aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-08-09 13:17:03 +0000
committerGitHub <noreply@github.com>2024-08-09 13:17:03 +0000
commit454280792f609ce00f2db77cea5b28f29826b422 (patch)
tree1245d44861e1fe3136a452fb44564b29d993b1ef /go.mod
parent4fcb86f647af479e96576e9bdc8b4fe5526f17ec (diff)
downloadgo-git-454280792f609ce00f2db77cea5b28f29826b422.tar.gz
build: bump golang.org/x/sys from 0.23.0 to 0.24.0
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.23.0 to 0.24.0. - [Commits](https://github.com/golang/sys/compare/v0.23.0...v0.24.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 4b0b978..a42ff3a 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.26.0
golang.org/x/net v0.28.0
- golang.org/x/sys v0.23.0
+ golang.org/x/sys v0.24.0
golang.org/x/text v0.17.0
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
)