mirror of
https://github.com/livekit/livekit.git
synced 2026-05-12 01:34:55 +00:00
36 lines
1.1 KiB
Modula-2
36 lines
1.1 KiB
Modula-2
module github.com/livekit/livekit-server
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/golang/mock v1.4.4
|
|
github.com/golang/protobuf v1.4.3
|
|
github.com/google/subcommands v1.2.0 // indirect
|
|
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/lunixbochs/vtclean v1.0.0 // indirect
|
|
github.com/magefile/mage v1.10.0
|
|
github.com/magiconair/properties v1.8.1
|
|
github.com/manifoldco/promptui v0.8.0
|
|
github.com/pion/interceptor v0.0.5
|
|
github.com/pion/ion-log v1.0.0
|
|
github.com/pion/ion-sfu v1.6.5
|
|
github.com/pion/rtcp v1.2.6
|
|
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.16
|
|
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/mod v0.4.0 // indirect
|
|
golang.org/x/tools v0.0.0-20201222163215-f2e330f49058 // indirect
|
|
google.golang.org/protobuf v1.25.0
|
|
gopkg.in/yaml.v2 v2.3.0
|
|
)
|