Skip to content

Commit b196243

Browse files
committed
add go mod
1 parent 425813c commit b196243

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

go.mod

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
module github.com/synapsecns/gowebsocket
2+
3+
go 1.16
4+
5+
require (
6+
github.com/gorilla/websocket v1.4.2
7+
github.com/sacOO7/go-logger v0.0.0-20180719173527-9ac9add5a50d
8+
github.com/sacOO7/gowebsocket v0.0.0-20210105141656-425813c1c643
9+
)

go.sum

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
github.com/gorilla/websocket v1.4.2 h1:+/TMaTYc4QFitKJxsQ7Yye35DkWvkdLcvGKqM+x0Ufc=
2+
github.com/gorilla/websocket v1.4.2/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE=
3+
github.com/sacOO7/go-logger v0.0.0-20180719173527-9ac9add5a50d h1:5T+fbRuQbpi+WZtB2yfuu59r00F6T2HV/zGYrwX8nvE=
4+
github.com/sacOO7/go-logger v0.0.0-20180719173527-9ac9add5a50d/go.mod h1:L5EJe2k8GwpBoGXDRLAEs58R239jpZuE7NNEtW+T7oo=
5+
github.com/sacOO7/gowebsocket v0.0.0-20210105141656-425813c1c643 h1:G7zQWSD1qD+2hMVCnnGvwYaidUNx0cAfVxScu3J2BGA=
6+
github.com/sacOO7/gowebsocket v0.0.0-20210105141656-425813c1c643/go.mod h1:4a2a9BlxB807BaME8FJzQRLrZwYKj0cWjon25PlIssM=

0 commit comments

Comments
 (0)