Skip to content

Commit

Permalink
Merge pull request #21 from recws-org/feature/loeffel-io/update-gorilla
Browse files Browse the repository at this point in the history
updates gorilla websocket to 1.4.1
  • Loading branch information
loeffel-io authored Jan 27, 2020
2 parents af86ab8 + e7c88b6 commit d84791c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/recws-org/recws

require (
github.com/gorilla/websocket v1.4.0
github.com/gorilla/websocket v1.4.1
github.com/jpillora/backoff v0.0.0-20180909062703-3050d21c67d7
)
4 changes: 4 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
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=
github.com/jpillora/backoff v0.0.0-20180909062703-3050d21c67d7 h1:K//n/AqR5HjG3qxbrBCL4vJPW0MVFSs9CPK1OOJdRME=
github.com/jpillora/backoff v0.0.0-20180909062703-3050d21c67d7/go.mod h1:2iMrUgbbvHEiQClaW2NsSzMyGHqN+rDFqY705q49KG0=

0 comments on commit d84791c

Please sign in to comment.