summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-11-24 08:59:33 +0000
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2023-11-27 10:48:08 +0100
commitef12d169c81b0b82f6c2cd1a1ba680f04669c360 (patch)
tree6e808a69c4c2aa6d5ae59e4d3f98ee7a4562c7b4 /go.mod
parenta62bbfa9ea755e3082bcb7a1fa6332265ab3f55b (diff)
build(deps): bump github.com/gorilla/websocket from 1.5.0 to 1.5.1
Bumps [github.com/gorilla/websocket](https://github.com/gorilla/websocket) from 1.5.0 to 1.5.1. - [Release notes](https://github.com/gorilla/websocket/releases) - [Commits](https://github.com/gorilla/websocket/compare/v1.5.0...v1.5.1) --- updated-dependencies: - dependency-name: github.com/gorilla/websocket dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index a9f0dbee5..f1030e8e5 100644
--- a/go.mod
+++ b/go.mod
@@ -39,7 +39,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.0
+ github.com/gorilla/websocket v1.5.1
github.com/hairyhenderson/go-codeowners v0.4.0
github.com/jdkato/prose v1.2.1
github.com/kylelemons/godebug v1.1.0