simple websocket functionality
This commit is contained in:
9
go.mod
9
go.mod
@@ -1,3 +1,12 @@
|
||||
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
|
||||
)
|
||||
|
Reference in New Issue
Block a user