aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-06-27 18:32:26 +0000
committerGitHub <noreply@github.com>2024-06-27 18:32:26 +0000
commit742639fa640f74658d3f68ba2deb824f4d5542d5 (patch)
tree21f288ce9981099c600ba6dcc469461e9ca27f8d /go.mod
parent38fe2eb26079276fd16a80a38a409187467ac67d (diff)
downloadgo-git-742639fa640f74658d3f68ba2deb824f4d5542d5.tar.gz
build: bump golang.org/x/net from 0.25.0 to 0.26.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.25.0 to 0.26.0. - [Commits](https://github.com/golang/net/compare/v0.25.0...v0.26.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.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index c2ff675..703dc95 100644
--- a/go.mod
+++ b/go.mod
@@ -22,8 +22,8 @@ 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.23.0
- golang.org/x/net v0.25.0
+ golang.org/x/crypto v0.24.0
+ golang.org/x/net v0.26.0
golang.org/x/sys v0.21.0
golang.org/x/text v0.16.0
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c