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-05-04 18:20:35 +0300
committerKarthik Nayak <knayak@gitlab.com>2023-05-11 12:39:06 +0300
commit3908b0e544ec05990a1cdefb7893fe1f12d9b512 (patch)
tree09b7ad964750a3fdcb65bb4d419c3932e21957b6 /go.mod
parent2a5e9db06122c8a033bd4989cf99c46604cd2949 (diff)
go: Update module golang.org/x/sync to v0.2.0
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 ac4b5a6cf..8b3280b8c 100644
--- a/go.mod
+++ b/go.mod
@@ -42,7 +42,7 @@ require (
go.uber.org/goleak v1.2.1
gocloud.dev v0.29.0
golang.org/x/exp v0.0.0-20230425010034-47ecfdc1ba53
- golang.org/x/sync v0.1.0
+ golang.org/x/sync v0.2.0
golang.org/x/sys v0.8.0
golang.org/x/time v0.3.0
google.golang.org/grpc v1.54.0