aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-04-05 13:34:56 +0000
committerGitHub <noreply@github.com>2024-04-05 13:34:56 +0000
commit4375ac99965343835b2f5fe0c707df6b26c3afa7 (patch)
tree9c88c53fbfcded3d93c7c772ef188375d08eab4b /go.mod
parent71df73abfafb0b5c94b4ab530767e9d7125d9d6e (diff)
downloadgo-git-4375ac99965343835b2f5fe0c707df6b26c3afa7.tar.gz
build: bump golang.org/x/net from 0.23.0 to 0.24.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.23.0 to 0.24.0. - [Commits](https://github.com/golang/net/compare/v0.23.0...v0.24.0) --- updated-dependencies: - dependency-name: golang.org/x/net 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.mod6
1 files changed, 3 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index 544ea81..cc00deb 100644
--- a/go.mod
+++ b/go.mod
@@ -22,9 +22,9 @@ require (
github.com/skeema/knownhosts v1.2.2
github.com/stretchr/testify v1.9.0
github.com/xanzy/ssh-agent v0.3.3
- golang.org/x/crypto v0.21.0
- golang.org/x/net v0.23.0
- golang.org/x/sys v0.18.0
+ golang.org/x/crypto v0.22.0
+ golang.org/x/net v0.24.0
+ golang.org/x/sys v0.19.0
golang.org/x/text v0.14.0
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
)