mirror of
https://github.com/livekit/livekit.git
synced 2026-03-31 06:45:43 +00:00
34 lines
1.1 KiB
Modula-2
34 lines
1.1 KiB
Modula-2
module github.com/livekit/livekit-server
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/gammazero/deque v0.0.0-20201010052221-3932da5530cc
|
|
github.com/golang/protobuf v1.4.3
|
|
github.com/google/uuid v1.1.2
|
|
github.com/google/wire v0.4.0
|
|
github.com/gorilla/websocket v1.4.2
|
|
github.com/lithammer/shortuuid/v3 v3.0.4
|
|
github.com/lucas-clemente/quic-go v0.19.1 // indirect
|
|
github.com/manifoldco/promptui v0.8.0
|
|
github.com/pion/ice/v2 v2.0.10 // indirect
|
|
github.com/pion/randutil v0.1.0
|
|
github.com/pion/rtcp v1.2.4
|
|
github.com/pion/rtp v1.6.1
|
|
github.com/pion/sdp/v3 v3.0.3
|
|
github.com/pion/stun v0.3.5
|
|
github.com/pion/webrtc/v3 v3.0.0-beta.12
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/stretchr/testify v1.6.1
|
|
github.com/twitchtv/twirp v7.1.0+incompatible
|
|
github.com/urfave/cli/v2 v2.2.0
|
|
github.com/urfave/negroni v1.0.0
|
|
go.uber.org/zap v1.16.0
|
|
golang.org/x/crypto v0.0.0-20201112155050-0c6587e931a9 // indirect
|
|
golang.org/x/net v0.0.0-20201110031124-69a78807bb2b // indirect
|
|
golang.org/x/sys v0.0.0-20201113233024-12cec1faf1ba // indirect
|
|
golang.org/x/tools v0.0.0-20200815165600-90abf76919f3 // indirect
|
|
google.golang.org/protobuf v1.25.0
|
|
gopkg.in/yaml.v2 v2.3.0
|
|
)
|