15 lines
447 B
Modula-2
15 lines
447 B
Modula-2
module github.com/livekit/protocol
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/google/go-cmp v0.5.5 // indirect
|
|
github.com/jxskiss/base62 v0.0.0-20191017122030-4f11678b909b
|
|
github.com/lithammer/shortuuid/v3 v3.0.6
|
|
github.com/maxbrunsfeld/counterfeiter/v6 v6.3.0
|
|
github.com/stretchr/testify v1.7.0
|
|
golang.org/x/crypto v0.0.0-20210314154223-e6e6c4f2bb5b // indirect
|
|
gopkg.in/square/go-jose.v2 v2.5.1
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
|
|
)
|