mirror of
https://github.com/livekit/livekit.git
synced 2026-03-30 13:25:42 +00:00
25 lines
681 B
Modula-2
25 lines
681 B
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/pion/ion-sfu v1.0.27
|
|
github.com/pion/rtcp v1.2.4
|
|
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/pkg/errors v0.9.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
|
|
google.golang.org/protobuf v1.25.0
|
|
gopkg.in/yaml.v2 v2.3.0
|
|
)
|