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:
authorGitLab Renovate Bot <gitlab-bot@gitlab.com>2023-09-05 23:20:51 +0300
committerGitLab Renovate Bot <gitlab-bot@gitlab.com>2023-09-05 23:20:51 +0300
commit107d8f820058b2c58a816b537c7c241759da8d25 (patch)
treeee3cabde8bbc603cc37680b06e70d72d0e935c5b /go.mod
parentac99040eb019fff769ec82b5cdc8727711df3ce1 (diff)
go: Update golang.org/x/exp digest to 9212866
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod10
1 files changed, 5 insertions, 5 deletions
diff --git a/go.mod b/go.mod
index d4533c926..77382a9bf 100644
--- a/go.mod
+++ b/go.mod
@@ -38,10 +38,10 @@ require (
gitlab.com/gitlab-org/labkit v1.20.0
go.uber.org/goleak v1.2.1
gocloud.dev v0.34.0
- golang.org/x/crypto v0.12.0
- golang.org/x/exp v0.0.0-20230817173708-d852ddb80c63
+ golang.org/x/crypto v0.13.0
+ golang.org/x/exp v0.0.0-20230905200255-921286631fa9
golang.org/x/sync v0.3.0
- golang.org/x/sys v0.11.0
+ golang.org/x/sys v0.12.0
golang.org/x/text v0.13.0
golang.org/x/time v0.3.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d
@@ -185,9 +185,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.14.0 // indirect
+ golang.org/x/net v0.15.0 // indirect
golang.org/x/oauth2 v0.10.0 // indirect
- golang.org/x/tools v0.12.1-0.20230815132531-74c255bcf846 // indirect
+ golang.org/x/tools v0.13.0 // 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