Files
owlygamesserver/go.mod
2020-06-16 19:35:25 +02:00

13 lines
395 B
Modula-2

module gitea.puchstein.bayern/mpuchstein/owlygamesserver
go 1.14
require (
github.com/gobwas/httphead v0.0.0-20180130184737-2c6c146eadee // indirect
github.com/gobwas/pool v0.2.0 // indirect
github.com/gobwas/ws v1.0.3
github.com/gorilla/websocket v1.4.2
github.com/yhat/ws v0.0.0-20150108175532-4c48c57eb28f // indirect
golang.org/x/net v0.0.0-20200602114024-627f9648deb9 // indirect
)