aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-01-05 13:07:16 +0000
committerGitHub <noreply@github.com>2024-01-05 13:07:16 +0000
commit00c2806c31b917889507a729debf30a47cd37eb3 (patch)
treebdbc6f7217efd9744a34a751092b204537e998e4 /go.mod
parent724a9baa91ac21aea79a7126c2f618112318b547 (diff)
downloadgo-git-00c2806c31b917889507a729debf30a47cd37eb3.tar.gz
build: bump golang.org/x/sys from 0.15.0 to 0.16.0
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.15.0 to 0.16.0. - [Commits](https://github.com/golang/sys/compare/v0.15.0...v0.16.0) --- updated-dependencies: - dependency-name: golang.org/x/sys dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.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 cbd0db2..630a648 100644
--- a/go.mod
+++ b/go.mod
@@ -24,7 +24,7 @@ require (
github.com/xanzy/ssh-agent v0.3.3
golang.org/x/crypto v0.17.0
golang.org/x/net v0.19.0
- golang.org/x/sys v0.15.0
+ golang.org/x/sys v0.16.0
golang.org/x/text v0.14.0
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
)