mirror of
https://github.com/livekit/livekit.git
synced 2026-03-30 15:35:41 +00:00
26 lines
901 B
Modula-2
26 lines
901 B
Modula-2
module github.com/livekit/livekit-server
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.4.2
|
|
github.com/google/uuid v1.1.2
|
|
github.com/google/wire v0.4.0
|
|
github.com/pion/stun v0.3.5
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/stretchr/testify v1.6.1 // indirect
|
|
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/net v0.0.0-20201002202402-0a1ea396d57c // indirect
|
|
golang.org/x/sys v0.0.0-20201004230629-f6757f270073 // indirect
|
|
golang.org/x/text v0.3.3 // indirect
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
|
google.golang.org/genproto v0.0.0-20201002142447-3860012362da // indirect
|
|
google.golang.org/grpc v1.32.0
|
|
google.golang.org/protobuf v1.25.0 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
|
gopkg.in/yaml.v2 v2.3.0
|
|
)
|