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:
authorJaime Martinez <jmartinez@gitlab.com>2023-12-12 06:25:18 +0300
committerJaime Martinez <jmartinez@gitlab.com>2023-12-12 06:25:18 +0300
commit9c8751223f651d2bd2dfcb15fe6674202d2726db (patch)
tree5970996d6a9cd14e8ece7bfeffef862f6207f852 /go.mod
parent55c8edfc8fbe009d93c7b7ae85723e59c729f9d6 (diff)
parent090d98cf222c0df2fbce44922f15869cbd846efe (diff)
Merge branch 'renovate/golang.org-x-sync-0.x' into 'master'
Update module golang.org/x/sync to v0.5.0 See merge request https://gitlab.com/gitlab-org/gitlab-pages/-/merge_requests/923 Merged-by: Jaime Martinez <jmartinez@gitlab.com> Co-authored-by: GitLab Renovate Bot <gitlab-bot@gitlab.com>
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 defaed12..f04d8afb 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.17.0
- golang.org/x/sync v0.4.0
+ golang.org/x/sync v0.5.0
golang.org/x/sys v0.15.0
golang.org/x/time v0.3.0
)