Skip to content

Commit efaa0f3

Browse files
committed
New update
1 parent e49e788 commit efaa0f3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

autobahn/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ module broadcast
33
go 1.6
44

55
require (
6-
github.com/dgrr/websocket v0.0.5
6+
github.com/dgrr/websocket v0.0.7
77
github.com/valyala/fasthttp v1.28.0
88
)

examples/broadcast/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module broadcast
33
go 1.6
44

55
require (
6-
github.com/dgrr/websocket v0.0.5
6+
github.com/dgrr/websocket v0.0.7
77
github.com/fasthttp/router v1.4.0
88
github.com/valyala/fasthttp v1.28.0
99
)

examples/client/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ module client
33
go 1.6
44

55
require (
6-
github.com/dgrr/websocket v0.0.5
6+
github.com/dgrr/websocket v0.0.7
77
github.com/valyala/fasthttp v1.28.0
88
)

0 commit comments

Comments
 (0)