mirror of
https://github.com/screego/server.git
synced 2026-04-22 23:47:03 +08:00
798edebdc9
See #27
24 lines
712 B
Modula-2
24 lines
712 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/turn/v2 v2.0.5
|
|
github.com/prometheus/client_golang v1.7.1
|
|
github.com/rs/xid v1.2.1
|
|
github.com/rs/zerolog v1.19.0
|
|
github.com/stretchr/testify v1.6.1
|
|
github.com/urfave/cli v1.20.0
|
|
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
|
|
)
|