We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e49e788 commit efaa0f3Copy full SHA for efaa0f3
autobahn/go.mod
@@ -3,6 +3,6 @@ module broadcast
3
go 1.6
4
5
require (
6
- github.com/dgrr/websocket v0.0.5
+ github.com/dgrr/websocket v0.0.7
7
github.com/valyala/fasthttp v1.28.0
8
)
examples/broadcast/go.mod
@@ -3,7 +3,7 @@ module broadcast
github.com/fasthttp/router v1.4.0
9
examples/client/go.mod
@@ -3,6 +3,6 @@ module client
0 commit comments