added simple websocket connection.

This commit is contained in:
5elenay
2021-08-20 18:47:28 +03:00
parent 8b2d3d4c9a
commit 267e3baa93
4 changed files with 43 additions and 0 deletions

6
go.mod
View File

@@ -1,3 +1,9 @@
module github.com/5elenay/revoltgo
go 1.17
require (
github.com/gorilla/websocket v1.4.2 // indirect
github.com/sacOO7/go-logger v0.0.0-20180719173527-9ac9add5a50d // indirect
github.com/sacOO7/gowebsocket v0.0.0-20210515122958-9396f1a71e23 // indirect
)