Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorPatrick Steinhardt <psteinhardt@gitlab.com>2022-06-17 10:05:34 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2022-06-17 10:05:34 +0300
commitb09ac97026f5c1d01314c1702d6a648e02a35910 (patch)
treeb29a5f951cad3de541b35d023760bec493a4cffc /go.mod
parent18473060d8173016a10654e6578fe08c024a8da1 (diff)
parentf55253f44e4789bb1eefaa081e86d6582c2b6ec1 (diff)
Merge branch 'renovate/github.com-google-go-cmp-0.x' into 'master'
go: Update module github.com/google/go-cmp to v0.5.8 See merge request gitlab-org/gitaly!4639
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 cf7eb2992..5e3acaafa 100644
--- a/go.mod
+++ b/go.mod
@@ -10,7 +10,7 @@ require (
github.com/git-lfs/git-lfs/v3 v3.2.0
github.com/go-enry/go-license-detector/v4 v4.3.0
github.com/go-git/go-git/v5 v5.3.0 // indirect
- github.com/google/go-cmp v0.5.6
+ github.com/google/go-cmp v0.5.8
github.com/google/uuid v1.2.0
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0