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:
authorGrzegorz Bizon <grzegorz@gitlab.com>2024-01-11 19:42:49 +0300
committerGrzegorz Bizon <grzegorz@gitlab.com>2024-01-11 19:42:49 +0300
commitd59cdde6c5dc7c89ca76d86f37aeb3f3ee0636ec (patch)
treed73875378dbc5f719351c4dec1b7d4f9107464b7 /go.mod
parentb9dd9fd2c65e9bce92aab937e614ea9d24193ef7 (diff)
parent43da70363e0e84e5725bebafc49ff26cab966940 (diff)
Merge branch 'renovate/golang.org-x-time-0.x' into 'master'
Update module golang.org/x/time to v0.5.0 See merge request https://gitlab.com/gitlab-org/gitlab-pages/-/merge_requests/939 Merged-by: Grzegorz Bizon <grzegorz@gitlab.com> Approved-by: Grzegorz Bizon <grzegorz@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 f574b3e6..a9d9b1de 100644
--- a/go.mod
+++ b/go.mod
@@ -31,7 +31,7 @@ require (
golang.org/x/net v0.20.0
golang.org/x/sync v0.6.0
golang.org/x/sys v0.16.0
- golang.org/x/time v0.3.0
+ golang.org/x/time v0.5.0
)
require (