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-05 08:17:52 +0300
committerGitLab Renovate Bot <gitlab-bot@gitlab.com>2024-01-05 08:17:52 +0300
commit43da70363e0e84e5725bebafc49ff26cab966940 (patch)
treefc98e4b9a9dd628c22eec3fd181f5fd5a6d54527 /go.mod
parente5c3b76255483032dcbe130a8a990cedf4beb71a (diff)
Update module golang.org/x/time to v0.5.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 75b7836d..9c1a7472 100644
--- a/go.mod
+++ b/go.mod
@@ -31,7 +31,7 @@ require (
golang.org/x/net v0.19.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 (