readme finished.

This commit is contained in:
5elenay
2021-08-27 13:42:17 +03:00
parent dc094ceb03
commit 0b209061e2
2 changed files with 124 additions and 3 deletions

4
go.mod
View File

@@ -4,7 +4,7 @@ go 1.17
require (
github.com/gorilla/websocket v1.4.2 // indirect
github.com/oklog/ulid/v2 v2.0.2 // indirect
github.com/oklog/ulid/v2 v2.0.2
github.com/sacOO7/go-logger v0.0.0-20180719173527-9ac9add5a50d // indirect
github.com/sacOO7/gowebsocket v0.0.0-20210515122958-9396f1a71e23 // indirect
github.com/sacOO7/gowebsocket v0.0.0-20210515122958-9396f1a71e23
)