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-11-09 03:20:38 +0300
committerGitLab Renovate Bot <gitlab-bot@gitlab.com>2023-11-09 03:20:38 +0300
commit46bece162e09518deeeb13eae4efec9257f855e7 (patch)
tree7c04450e6c3d8a0733afdf3d4647bdb4678b9369 /go.mod
parentc65b631d971809d9e0294356d7892860d4800cf3 (diff)
go: Update golang.org/x/exp digest to 2478ac8
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod16
1 files changed, 8 insertions, 8 deletions
diff --git a/go.mod b/go.mod
index 2fac5b75a..9539a00a4 100644
--- a/go.mod
+++ b/go.mod
@@ -38,11 +38,11 @@ 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.14.0
- golang.org/x/exp v0.0.0-20231006140011-7918f672742d
- golang.org/x/sync v0.4.0
- golang.org/x/sys v0.13.0
- golang.org/x/text v0.13.0
+ golang.org/x/crypto v0.15.0
+ golang.org/x/exp v0.0.0-20231108232855-2478ac86f678
+ golang.org/x/sync v0.5.0
+ golang.org/x/sys v0.14.0
+ golang.org/x/text v0.14.0
golang.org/x/time v0.3.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20230913181813-007df8e322eb
google.golang.org/grpc v1.58.3
@@ -184,10 +184,10 @@ require (
github.com/yusufpapurcu/wmi v1.2.2 // indirect
go.opencensus.io v0.24.0 // indirect
go.uber.org/atomic v1.11.0 // indirect
- golang.org/x/mod v0.13.0 // indirect
- golang.org/x/net v0.16.0 // indirect
+ golang.org/x/mod v0.14.0 // indirect
+ golang.org/x/net v0.18.0 // indirect
golang.org/x/oauth2 v0.10.0 // indirect
- golang.org/x/tools v0.14.0 // indirect
+ golang.org/x/tools v0.15.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