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 c91a1dd commit 918a51cCopy full SHA for 918a51c
go.mod
@@ -2,4 +2,4 @@ module github.com/joewalnes/websocketd
2
3
go 1.15
4
5
-require github.com/gorilla/websocket v1.4.0
+require github.com/gorilla/websocket v1.4.1
go.sum
@@ -1,2 +1,4 @@
1
github.com/gorilla/websocket v1.4.0 h1:WDFjx/TMzVgy9VdMMQi2K2Emtwi2QcUQsztZ/zLaH/Q=
github.com/gorilla/websocket v1.4.0/go.mod h1:E7qHFY5m1UJ88s3WnNqhKjPHQ0heANvMoAMk2YaljkQ=
+github.com/gorilla/websocket v1.4.1 h1:q7AeDBpnBk8AogcD4DSag/Ukw/KV+YhzLj2bP5HvKCM=
+github.com/gorilla/websocket v1.4.1/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE=
0 commit comments