aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-07-05 13:43:59 +0000
committerGitHub <noreply@github.com>2024-07-05 13:43:59 +0000
commiteea51d4ad3a0961f95ffe7ac3490ca07e47acbdb (patch)
tree4e0992e4f46b81ace2aada724541fa2a2c25e656 /go.mod
parentb00c68ab714057027594eb8dc9b21059f85d6d3d (diff)
downloadgo-git-eea51d4ad3a0961f95ffe7ac3490ca07e47acbdb.tar.gz
build: bump golang.org/x/net from 0.26.0 to 0.27.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.26.0 to 0.27.0. - [Commits](https://github.com/golang/net/compare/v0.26.0...v0.27.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 703dc95..7d9da29 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.24.0
- golang.org/x/net v0.26.0
- golang.org/x/sys v0.21.0
+ golang.org/x/crypto v0.25.0
+ golang.org/x/net v0.27.0
+ golang.org/x/sys v0.22.0
golang.org/x/text v0.16.0
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
)