Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.32.0 to 0.35.0. - [Commits](https://github.com/golang/crypto/compare/v0.32.0...v0.35.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-version: 0.35.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
89 lines
3.5 KiB
Modula-2
89 lines
3.5 KiB
Modula-2
module github.com/livekit/protocol
|
|
|
|
go 1.23.0
|
|
|
|
require (
|
|
buf.build/go/protoyaml v0.3.1
|
|
github.com/benbjohnson/clock v1.3.5
|
|
github.com/dennwc/iters v1.0.1
|
|
github.com/frostbyte73/core v0.1.1
|
|
github.com/fsnotify/fsnotify v1.8.0
|
|
github.com/gammazero/deque v1.0.0
|
|
github.com/go-jose/go-jose/v3 v3.0.4
|
|
github.com/go-logr/logr v1.4.2
|
|
github.com/hashicorp/go-retryablehttp v0.7.7
|
|
github.com/jxskiss/base62 v1.1.0
|
|
github.com/lithammer/shortuuid/v4 v4.2.0
|
|
github.com/livekit/mageutil v0.0.0-20250511045019-0f1ff63f7731
|
|
github.com/livekit/psrpc v0.6.1-0.20250511053145-465289d72c3c
|
|
github.com/mackerelio/go-osstat v0.2.5
|
|
github.com/maxbrunsfeld/counterfeiter/v6 v6.11.1
|
|
github.com/pion/logging v0.2.3
|
|
github.com/pion/sdp/v3 v3.0.10
|
|
github.com/pion/webrtc/v4 v4.0.8
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/prometheus/client_golang v1.20.5
|
|
github.com/prometheus/procfs v0.15.1
|
|
github.com/puzpuzpuz/xsync/v3 v3.5.0
|
|
github.com/redis/go-redis/v9 v9.7.0
|
|
github.com/stretchr/testify v1.10.0
|
|
github.com/twitchtv/twirp v8.1.3+incompatible
|
|
github.com/zeebo/xxh3 v1.0.2
|
|
go.uber.org/atomic v1.11.0
|
|
go.uber.org/multierr v1.11.0
|
|
go.uber.org/zap v1.27.0
|
|
go.uber.org/zap/exp v0.3.0
|
|
golang.org/x/exp v0.0.0-20250128182459-e0ece0dbea4c
|
|
golang.org/x/mod v0.23.0
|
|
golang.org/x/sys v0.30.0
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20250204164813-702378808489
|
|
google.golang.org/grpc v1.70.0
|
|
google.golang.org/protobuf v1.36.5
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.36.0-20241127180247-a33202765966.1 // indirect
|
|
cel.dev/expr v0.19.0 // indirect
|
|
github.com/antlr4-go/antlr/v4 v4.13.0 // indirect
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/bufbuild/protovalidate-go v0.8.0 // indirect
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
|
github.com/google/cel-go v0.22.1 // indirect
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
|
|
github.com/klauspost/compress v1.17.9 // indirect
|
|
github.com/klauspost/cpuid/v2 v2.2.6 // indirect
|
|
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
|
|
github.com/nats-io/nats.go v1.36.0 // indirect
|
|
github.com/nats-io/nkeys v0.4.7 // indirect
|
|
github.com/nats-io/nuid v1.0.1 // indirect
|
|
github.com/pion/datachannel v1.5.10 // indirect
|
|
github.com/pion/dtls/v3 v3.0.4 // indirect
|
|
github.com/pion/ice/v4 v4.0.5 // indirect
|
|
github.com/pion/interceptor v0.1.37 // indirect
|
|
github.com/pion/mdns/v2 v2.0.7 // indirect
|
|
github.com/pion/randutil v0.1.0 // indirect
|
|
github.com/pion/rtcp v1.2.15 // indirect
|
|
github.com/pion/rtp v1.8.11 // indirect
|
|
github.com/pion/sctp v1.8.35 // indirect
|
|
github.com/pion/srtp/v3 v3.0.4 // indirect
|
|
github.com/pion/stun/v3 v3.0.0 // indirect
|
|
github.com/pion/transport/v3 v3.0.7 // indirect
|
|
github.com/pion/turn/v4 v4.0.0 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/prometheus/client_model v0.6.1 // indirect
|
|
github.com/prometheus/common v0.55.0 // indirect
|
|
github.com/rogpeppe/go-internal v1.11.0 // indirect
|
|
github.com/stoewer/go-strcase v1.3.0 // indirect
|
|
github.com/wlynxg/anet v0.0.5 // indirect
|
|
golang.org/x/crypto v0.35.0 // indirect
|
|
golang.org/x/net v0.34.0 // indirect
|
|
golang.org/x/sync v0.11.0 // indirect
|
|
golang.org/x/text v0.22.0 // indirect
|
|
golang.org/x/tools v0.29.0 // indirect
|
|
google.golang.org/genproto/googleapis/api v0.0.0-20241202173237-19429a94021a // indirect
|
|
)
|