mirror of
https://github.com/livekit/livekit.git
synced 2026-06-06 22:01:50 +00:00
21 lines
534 B
Modula-2
21 lines
534 B
Modula-2
module github.com/livekit/livekit-server
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.4.3
|
|
github.com/google/uuid v1.1.2
|
|
github.com/google/wire v0.4.0
|
|
github.com/pion/ion-sfu v1.0.27
|
|
github.com/pion/rtp v1.6.1
|
|
github.com/pion/sdp/v3 v3.0.2
|
|
github.com/pion/stun v0.3.5
|
|
github.com/pion/webrtc/v3 v3.0.0-beta.9
|
|
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
|
|
google.golang.org/protobuf v1.25.0 // indirect
|
|
gopkg.in/yaml.v2 v2.3.0
|
|
)
|