aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-05-07 13:55:59 +0000
committerGitHub <noreply@github.com>2024-05-07 13:55:59 +0000
commit5e5bfdbf4fb5bacadbad47bb0ad47c8298543407 (patch)
tree9dcb78c1ab396fc5cb0dcd21eae7fedffc49d5b4 /go.mod
parentbdb35e1950b5829c88df134810a0aa9a7da9bc22 (diff)
downloadgo-git-5e5bfdbf4fb5bacadbad47bb0ad47c8298543407.tar.gz
build: bump golang.org/x/net from 0.24.0 to 0.25.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.24.0 to 0.25.0. - [Commits](https://github.com/golang/net/compare/v0.24.0...v0.25.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.mod8
1 files changed, 4 insertions, 4 deletions
diff --git a/go.mod b/go.mod
index cc00deb..5a5f5f9 100644
--- a/go.mod
+++ b/go.mod
@@ -22,10 +22,10 @@ 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.22.0
- golang.org/x/net v0.24.0
- golang.org/x/sys v0.19.0
- golang.org/x/text v0.14.0
+ golang.org/x/crypto v0.23.0
+ golang.org/x/net v0.25.0
+ golang.org/x/sys v0.20.0
+ golang.org/x/text v0.15.0
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
)