Files
server/go.mod
T
Jannis Mattheis 8ff3f0b558 Update go deps
2021-06-16 17:59:29 +00:00

25 lines
746 B
Modula-2

module github.com/screego/server
go 1.16
require (
github.com/gobuffalo/packr/v2 v2.2.0
github.com/gorilla/handlers v1.5.1
github.com/gorilla/mux v1.8.0
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/randutil v0.1.0
github.com/pion/turn/v2 v2.0.5
github.com/prometheus/client_golang v1.11.0
github.com/rs/xid v1.3.0
github.com/rs/zerolog v1.23.0
github.com/stretchr/testify v1.7.0
github.com/urfave/cli v1.22.5
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
)