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:
authorQuang-Minh Nguyen <qmnguyen@gitlab.com>2023-08-31 12:33:52 +0300
committerQuang-Minh Nguyen <qmnguyen@gitlab.com>2023-08-31 12:33:52 +0300
commit501be89c3c4171b7e668b69362007162ca47ab85 (patch)
tree00394d2ef5531ef5d8fa965d658e3f2a3969e675 /go.mod
parent56ab62b8e3cf853560e2417fe239219c51f0b228 (diff)
parent109ebf29f3bbe8b8e50d9f2f47b3bef4668b7d40 (diff)
Merge branch 'renovate/golang.org-x-exp-digest' into 'master'
go: Update golang.org/x/exp digest to d852ddb See merge request https://gitlab.com/gitlab-org/gitaly/-/merge_requests/6309 Merged-by: Quang-Minh Nguyen <qmnguyen@gitlab.com> Approved-by: Sami Hiltunen <shiltunen@gitlab.com> Approved-by: Quang-Minh Nguyen <qmnguyen@gitlab.com> Co-authored-by: GitLab Renovate Bot <gitlab-bot@gitlab.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod6
1 files changed, 3 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index c46663c2e..c3757f0a1 100644
--- a/go.mod
+++ b/go.mod
@@ -40,7 +40,7 @@ require (
go.uber.org/goleak v1.2.1
gocloud.dev v0.33.0
golang.org/x/crypto v0.12.0
- golang.org/x/exp v0.0.0-20230811145659-89c5cff77bcb
+ golang.org/x/exp v0.0.0-20230817173708-d852ddb80c63
golang.org/x/sync v0.3.0
golang.org/x/sys v0.11.0
golang.org/x/text v0.12.0
@@ -186,9 +186,9 @@ require (
go.opencensus.io v0.24.0 // indirect
go.uber.org/atomic v1.11.0 // indirect
golang.org/x/mod v0.12.0 // indirect
- golang.org/x/net v0.13.0 // indirect
+ golang.org/x/net v0.14.0 // indirect
golang.org/x/oauth2 v0.10.0 // indirect
- golang.org/x/tools v0.11.0 // indirect
+ golang.org/x/tools v0.12.1-0.20230815132531-74c255bcf846 // indirect
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
gonum.org/v1/gonum v0.11.0 // indirect
google.golang.org/api v0.134.0 // indirect