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>2023-11-04 19:03:48 +0300
committerGitLab Renovate Bot <gitlab-bot@gitlab.com>2023-11-04 19:03:48 +0300
commitb12fde49f4b54936cfac75003e977c50d617e9b7 (patch)
tree3f7f1ad992196d11d3c5e4cced9aefb5aff5bc01 /go.mod
parent27c081fad0bc2a29f0392dad809e00faa4a5a618 (diff)
Update module golang.org/x/sys to v0.14.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 d5bfd5c3..492fae0e 100644
--- a/go.mod
+++ b/go.mod
@@ -30,7 +30,7 @@ require (
golang.org/x/crypto v0.14.0
golang.org/x/net v0.17.0
golang.org/x/sync v0.4.0
- golang.org/x/sys v0.13.0
+ golang.org/x/sys v0.14.0
golang.org/x/time v0.3.0
)