Skip to content

Commit

Permalink
Bump websocket to v1.4.1 (security fix)
Browse files Browse the repository at this point in the history
  • Loading branch information
gdamore committed Nov 25, 2019
1 parent 585f3cb commit b52d67e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -3,6 +3,6 @@ module nanomsg.org/go/mangos/v2
require (
github.com/Microsoft/go-winio v0.4.11
github.com/droundy/goopt v0.0.0-20170604162106-0b8effe182da
github.com/gorilla/websocket v1.4.0
github.com/gorilla/websocket v1.4.1
golang.org/x/sys v0.0.0-20181128092732-4ed8d59d0b35 // indirect
)
2 changes: 2 additions & 0 deletions go.sum
Expand Up @@ -4,5 +4,7 @@ github.com/droundy/goopt v0.0.0-20170604162106-0b8effe182da h1:79H+mNJWOObWrQgbk
github.com/droundy/goopt v0.0.0-20170604162106-0b8effe182da/go.mod h1:ytRJ64WkuW4kf6/tuYqBATBCRFUP8X9+LDtgcvE+koI=
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=
golang.org/x/sys v0.0.0-20181128092732-4ed8d59d0b35 h1:YAFjXN64LMvktoUZH9zgY4lGc/msGN7HQfoSuKCgaDU=
golang.org/x/sys v0.0.0-20181128092732-4ed8d59d0b35/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=

0 comments on commit b52d67e

Please sign in to comment.