aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-11-06 13:21:52 +0000
committerGitHub <noreply@github.com>2023-11-06 13:21:52 +0000
commit71db7fa9023ed5e0b9b8a6b6cac81f9d3c787972 (patch)
tree79648a2d6475be8aa886ffd65a0b981c629dbb5c /go.mod
parent8c1e3e2eb458677af127fc286a43ad262c3cca1e (diff)
downloadgo-git-71db7fa9023ed5e0b9b8a6b6cac81f9d3c787972.tar.gz
build: bump golang.org/x/sys from 0.13.0 to 0.14.0
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.13.0 to 0.14.0. - [Commits](https://github.com/golang/sys/compare/v0.13.0...v0.14.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 25be1e1..383a7cb 100644
--- a/go.mod
+++ b/go.mod
@@ -25,7 +25,7 @@ require (
github.com/xanzy/ssh-agent v0.3.3
golang.org/x/crypto v0.14.0
golang.org/x/net v0.17.0
- golang.org/x/sys v0.13.0
+ golang.org/x/sys v0.14.0
golang.org/x/text v0.13.0
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
)