diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-08-01 13:46:06 +0000 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2024-08-01 16:32:47 +0200 |
commit | 99665ef2279f8fd8e50981471ee41daa7c30e7b0 (patch) | |
tree | 1cf5ec3696716022b04dc7c6343db7e53e334269 /go.mod | |
parent | eb2eeee68797494d16844b30422bd855a7cd360f (diff) | |
download | hugo-99665ef2279f8fd8e50981471ee41daa7c30e7b0.tar.gz hugo-99665ef2279f8fd8e50981471ee41daa7c30e7b0.zip |
build(deps): bump github.com/gorilla/websocket from 1.5.1 to 1.5.3
Bumps [github.com/gorilla/websocket](https://github.com/gorilla/websocket) from 1.5.1 to 1.5.3.
- [Release notes](https://github.com/gorilla/websocket/releases)
- [Commits](https://github.com/gorilla/websocket/compare/v1.5.1...v1.5.3)
---
updated-dependencies:
- dependency-name: github.com/gorilla/websocket
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -45,7 +45,7 @@ require ( github.com/gohugoio/localescompressed v1.0.1 github.com/gohugoio/testmodBuilder/mods v0.0.0-20190520184928-c56af20f2e95 github.com/google/go-cmp v0.6.0 - github.com/gorilla/websocket v1.5.1 + github.com/gorilla/websocket v1.5.3 github.com/hairyhenderson/go-codeowners v0.5.0 github.com/jdkato/prose v1.2.1 github.com/kylelemons/godebug v1.1.0 |