Generated by renovateBot Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
68 lines
2.6 KiB
Modula-2
68 lines
2.6 KiB
Modula-2
module github.com/livekit/protocol
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/eapache/channels v1.1.0
|
|
github.com/frostbyte73/go-throttle v0.0.0-20210621200530-8018c891361d
|
|
github.com/go-logr/logr v1.2.3
|
|
github.com/go-logr/zapr v1.2.3
|
|
github.com/go-redis/redis/v8 v8.11.5
|
|
github.com/jxskiss/base62 v1.1.0
|
|
github.com/lithammer/shortuuid/v3 v3.0.7
|
|
github.com/mackerelio/go-osstat v0.2.3
|
|
github.com/maxbrunsfeld/counterfeiter/v6 v6.5.0
|
|
github.com/pion/sdp/v3 v3.0.6
|
|
github.com/pion/webrtc/v3 v3.1.44
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/prometheus/client_golang v1.13.0
|
|
github.com/stretchr/testify v1.8.1
|
|
github.com/twitchtv/twirp v8.1.2+incompatible
|
|
go.uber.org/atomic v1.10.0
|
|
go.uber.org/zap v1.23.0
|
|
google.golang.org/grpc v1.50.0
|
|
google.golang.org/protobuf v1.28.1
|
|
gopkg.in/square/go-jose.v2 v2.6.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/cespare/xxhash/v2 v2.1.2 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
|
github.com/eapache/queue v1.1.0 // indirect
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/google/uuid v1.3.0 // indirect
|
|
github.com/kr/pretty v0.2.1 // indirect
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
|
|
github.com/pion/datachannel v1.5.2 // indirect
|
|
github.com/pion/dtls/v2 v2.1.5 // indirect
|
|
github.com/pion/ice/v2 v2.2.6 // indirect
|
|
github.com/pion/interceptor v0.1.11 // indirect
|
|
github.com/pion/logging v0.2.2 // indirect
|
|
github.com/pion/mdns v0.0.5 // indirect
|
|
github.com/pion/randutil v0.1.0 // indirect
|
|
github.com/pion/rtcp v1.2.9 // indirect
|
|
github.com/pion/rtp v1.7.13 // indirect
|
|
github.com/pion/sctp v1.8.2 // indirect
|
|
github.com/pion/srtp/v2 v2.0.10 // indirect
|
|
github.com/pion/stun v0.3.5 // indirect
|
|
github.com/pion/transport v0.13.1 // indirect
|
|
github.com/pion/turn/v2 v2.0.8 // indirect
|
|
github.com/pion/udp v0.1.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/prometheus/client_model v0.2.0 // indirect
|
|
github.com/prometheus/common v0.37.0 // indirect
|
|
github.com/prometheus/procfs v0.8.0 // indirect
|
|
go.uber.org/multierr v1.6.0 // indirect
|
|
golang.org/x/crypto v0.0.0-20220516162934-403b01795ae8 // indirect
|
|
golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3 // indirect
|
|
golang.org/x/net v0.0.0-20220630215102-69896b714898 // indirect
|
|
golang.org/x/sys v0.0.0-20220622161953-175b2fd9d664 // indirect
|
|
golang.org/x/text v0.3.7 // indirect
|
|
golang.org/x/tools v0.1.10 // indirect
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
|
google.golang.org/genproto v0.0.0-20200825200019-8632dd797987 // indirect
|
|
)
|