summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-10-30 08:32:51 +0000
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2023-10-30 10:31:21 +0100
commite26ba752d2bd5303b9969ec78ecb8a6a1639ff62 (patch)
tree592ce87b3a2b473c4440b28df5c0286249add253 /go.mod
parentbcf07fa6390f9ce5fec4653a2ce14393627e21b8 (diff)
build(deps): bump github.com/google/go-cmp from 0.5.9 to 0.6.0
Bumps [github.com/google/go-cmp](https://github.com/google/go-cmp) from 0.5.9 to 0.6.0. - [Release notes](https://github.com/google/go-cmp/releases) - [Commits](https://github.com/google/go-cmp/compare/v0.5.9...v0.6.0) --- updated-dependencies: - dependency-name: github.com/google/go-cmp dependency-type: direct:production update-type: version-update:semver-minor ... 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 5d1ccadc9..a5f87f0d3 100644
--- a/go.mod
+++ b/go.mod
@@ -38,7 +38,7 @@ require (
github.com/gohugoio/locales v0.14.0
github.com/gohugoio/localescompressed v1.0.1
github.com/gohugoio/testmodBuilder/mods v0.0.0-20190520184928-c56af20f2e95
- github.com/google/go-cmp v0.5.9
+ github.com/google/go-cmp v0.6.0
github.com/gorilla/websocket v1.5.0
github.com/hairyhenderson/go-codeowners v0.4.0
github.com/jdkato/prose v1.2.1