Skip to content

Commit

Permalink
Merge pull request #6 from yuweizzz/dependabot/go_modules/github.com/…
Browse files Browse the repository at this point in the history
…gorilla/websocket-1.5.2

chore(deps): bump github.com/gorilla/websocket from 1.5.1 to 1.5.2
  • Loading branch information
yuweizzz authored Jun 11, 2024
2 parents 4d33b24 + d1ee250 commit b77adea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.21
require (
github.com/BurntSushi/toml v1.4.0
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
github.com/gorilla/websocket v1.5.1
github.com/gorilla/websocket v1.5.2
github.com/pmezard/adblock v0.0.0-20171028110701-edfb97ad89cd
github.com/sirupsen/logrus v1.9.3
)
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da h1:oI5xCqsCo564l8iNU+DwB5epxmsaqB+rhGL0m5jtYqE=
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc=
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=
github.com/pmezard/adblock v0.0.0-20171028110701-edfb97ad89cd h1:qZ+No5cmAvQmZisF1+3BFefjGl0lqLsYFHkBIQHHU8o=
github.com/pmezard/adblock v0.0.0-20171028110701-edfb97ad89cd/go.mod h1:WKzf3XZq6Fc/xnED+9nticqn5+QXvGJ3ysYS7IrwmbA=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
Expand Down

0 comments on commit b77adea

Please sign in to comment.