aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-11-09 14:10:21 +0000
committerGitHub <noreply@github.com>2023-11-09 14:10:21 +0000
commitf1485ab725f8ecbaf61ca252d9237b1132206275 (patch)
tree73d867c1e05f67bc91f1d8a421c0bc7fddd7ffd9 /go.mod
parentb75acbb0cc5e98c7a3dc2efca9c48ca202fde217 (diff)
downloadgo-git-f1485ab725f8ecbaf61ca252d9237b1132206275.tar.gz
build: bump golang.org/x/net from 0.17.0 to 0.18.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.17.0 to 0.18.0. - [Commits](https://github.com/golang/net/compare/v0.17.0...v0.18.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.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 203dd58..c7bfb14 100644
--- a/go.mod
+++ b/go.mod
@@ -23,7 +23,7 @@ require (
github.com/skeema/knownhosts v1.2.1
github.com/xanzy/ssh-agent v0.3.3
golang.org/x/crypto v0.15.0
- golang.org/x/net v0.17.0
+ golang.org/x/net v0.18.0
golang.org/x/sys v0.14.0
golang.org/x/text v0.14.0
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c