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 22:17:48 +0300
committerGitLab Renovate Bot <gitlab-bot@gitlab.com>2024-01-04 22:17:48 +0300
commitc91bfec0e83bae7a12c131aba7e723b504b39ab6 (patch)
tree81f20a089fc8ab27f6b1b34c2ef39c0a7ba06bc5 /go.mod
parent99f641c6088ba170869164b32fcc08f68ba3673c (diff)
Update module golang.org/x/sys to v0.16.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 dee57bb5..75b7836d 100644
--- a/go.mod
+++ b/go.mod
@@ -30,7 +30,7 @@ require (
golang.org/x/crypto v0.16.0
golang.org/x/net v0.19.0
golang.org/x/sync v0.6.0
- golang.org/x/sys v0.15.0
+ golang.org/x/sys v0.16.0
golang.org/x/time v0.3.0
)