Skip to content

Commit

Permalink
⬆️ Update module github.com/gorilla/websocket to v1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 8, 2024
1 parent d6e705d commit d0ec2f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion matter-server-ui/wsproxy/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ module wsproxy

go 1.20

require github.com/gorilla/websocket v1.5.1
require github.com/gorilla/websocket v1.5.2

require golang.org/x/net v0.23.0 // indirect
2 changes: 2 additions & 0 deletions matter-server-ui/wsproxy/go.sum
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
github.com/gorilla/websocket v1.5.1 h1:gmztn0JnHVt9JZquRuzLw3g4wouNVzKL15iLr/zn/QY=
github.com/gorilla/websocket v1.5.1/go.mod h1:x3kM2JMyaluk02fnUJpQuwD2dCS5NDG2ZHL0uE0tcaY=
github.com/gorilla/websocket v1.5.2 h1:qoW6V1GT3aZxybsbC6oLnailWnB+qTMVwMreOso9XUw=
github.com/gorilla/websocket v1.5.2/go.mod h1:0n9H61RBAcf5/38py2MCYbxzPIY9rOkpvvMT24Rqs30=
golang.org/x/net v0.23.0 h1:7EYJ93RZ9vYSZAIb2x3lnuvqO5zneoD6IvWjuhfxjTs=
golang.org/x/net v0.23.0/go.mod h1:JKghWKKOSdJwpW2GEx0Ja7fmaKnMsbu+MWVZTokSYmg=

0 comments on commit d0ec2f9

Please sign in to comment.