simple websocket functionality

This commit is contained in:
Matthias Puchstein
2020-06-16 19:35:25 +02:00
parent abf0219f05
commit 0e4a26a4bb
3 changed files with 57 additions and 1 deletions

9
go.mod
View File

@@ -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
)