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

gitlab.com/gitlab-org/gitlab-pages.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>2024-01-04 18:17:51 +0300
committerGitLab Renovate Bot <gitlab-bot@gitlab.com>2024-01-04 18:17:51 +0300
commit3c3c6b953d4742a10967ff1d243fbe2920d7e65c (patch)
tree0c67cc2c31d6e2e9e5900ba0458e95f5eb5e5c8b /go.mod
parent73bb53191c3e35459456ad0ab2754c3290496630 (diff)
Update module golang.org/x/sync to v0.6.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 5aa86c9b..dee57bb5 100644
--- a/go.mod
+++ b/go.mod
@@ -29,7 +29,7 @@ require (
gitlab.com/gitlab-org/labkit v1.21.0
golang.org/x/crypto v0.16.0
golang.org/x/net v0.19.0
- golang.org/x/sync v0.5.0
+ golang.org/x/sync v0.6.0
golang.org/x/sys v0.15.0
golang.org/x/time v0.3.0
)