mirror of
https://github.com/screego/server.git
synced 2025-12-24 12:57:51 +08:00
27 lines
851 B
Modula-2
27 lines
851 B
Modula-2
module github.com/screego/server
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/gobuffalo/packr/v2 v2.2.0
|
|
github.com/gorilla/handlers v1.5.1
|
|
github.com/gorilla/mux v1.7.2
|
|
github.com/gorilla/sessions v1.2.1
|
|
github.com/gorilla/websocket v1.4.0
|
|
github.com/joho/godotenv v1.3.0
|
|
github.com/kelseyhightower/envconfig v1.4.0
|
|
github.com/kr/pretty v0.2.0 // indirect
|
|
github.com/magiconair/properties v1.8.1
|
|
github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2
|
|
github.com/pion/transport v0.10.1 // indirect
|
|
github.com/pion/turn/v2 v2.0.4
|
|
github.com/rs/xid v1.2.1
|
|
github.com/rs/zerolog v1.19.0
|
|
github.com/stretchr/testify v1.6.1
|
|
github.com/traggo/server v0.1.1
|
|
github.com/urfave/cli v1.20.0
|
|
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
|
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
|
gopkg.in/yaml.v2 v2.2.8 // indirect
|
|
)
|