mirror of
https://github.com/livekit/livekit.git
synced 2026-03-30 17:45:40 +00:00
45 lines
1.6 KiB
Modula-2
45 lines
1.6 KiB
Modula-2
module github.com/livekit/livekit-server
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/bep/debounce v1.2.0
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
|
|
github.com/go-logr/zapr v0.4.0
|
|
github.com/go-redis/redis/v8 v8.7.1
|
|
github.com/golang/protobuf v1.4.3
|
|
github.com/google/wire v0.5.0
|
|
github.com/gorilla/websocket v1.4.2
|
|
github.com/jxskiss/base62 v0.0.0-20191017122030-4f11678b909b
|
|
github.com/livekit/protocol v0.3.1
|
|
github.com/magefile/mage v1.11.0
|
|
github.com/maxbrunsfeld/counterfeiter/v6 v6.3.0
|
|
github.com/mitchellh/go-homedir v1.1.0
|
|
github.com/pion/ion-sfu v1.9.6-0.20210317032449-7359f9d16637
|
|
github.com/pion/rtcp v1.2.6
|
|
github.com/pion/rtp v1.6.2
|
|
github.com/pion/sdp/v3 v3.0.4
|
|
github.com/pion/stun v0.3.5
|
|
github.com/pion/transport v0.12.3 // indirect
|
|
github.com/pion/turn/v2 v2.0.5
|
|
github.com/pion/webrtc/v3 v3.0.14
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/prometheus/common v0.19.0 // indirect
|
|
github.com/prometheus/procfs v0.6.0 // indirect
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
github.com/stretchr/testify v1.7.0
|
|
github.com/thoas/go-funk v0.8.0
|
|
github.com/twitchtv/twirp v7.1.1+incompatible
|
|
github.com/urfave/cli/v2 v2.3.0
|
|
github.com/urfave/negroni v1.0.0
|
|
go.uber.org/multierr v1.6.0 // indirect
|
|
go.uber.org/zap v1.16.0
|
|
golang.org/x/crypto v0.0.0-20210314154223-e6e6c4f2bb5b // indirect
|
|
golang.org/x/mod v0.4.2 // indirect
|
|
golang.org/x/net v0.0.0-20210315170653-34ac3e1c2000 // indirect
|
|
golang.org/x/sys v0.0.0-20210315160823-c6e025ad8005 // indirect
|
|
golang.org/x/tools v0.1.0 // indirect
|
|
google.golang.org/protobuf v1.25.0
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
|
|
)
|