aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-10-11 01:53:42 +0000
committerTaras Madan <tarasmadan@google.com>2023-10-12 10:13:49 +0000
commit3cefb1441cc82b6846ee4b8e43c1661d417c88e9 (patch)
treec8bc2ce2ff439c26b0e7692078eb93440cb6c8f4 /go.mod
parent1b231e3c0adc71209bde79ca2526421945b8eb5f (diff)
mod: do: 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 f42046254..d95ae66fb 100644
--- a/go.mod
+++ b/go.mod
@@ -10,7 +10,7 @@ require (
cloud.google.com/go/storage v1.33.0
github.com/dvyukov/go-fuzz v0.0.0-20220726122315-1d375ef9f9f6
github.com/golangci/golangci-lint v1.54.2
- github.com/google/go-cmp v0.5.9
+ github.com/google/go-cmp v0.6.0
github.com/gorilla/handlers v1.5.1
github.com/ianlancetaylor/demangle v0.0.0-20220517205856-0058ec4f073c
github.com/prometheus/client_golang v1.17.0