aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-11-28 14:16:26 +0000
committerGitHub <noreply@github.com>2023-11-28 14:16:26 +0000
commita24037512f4edd5a591a2c8b2077519424225783 (patch)
tree215f9a2a4b6c2e6f087744231149ca6bc17c9c89 /go.mod
parent4131552d3610693207aa290e0ba6c9c195b655bb (diff)
downloadgo-git-a24037512f4edd5a591a2c8b2077519424225783.tar.gz
build: bump golang.org/x/net from 0.18.0 to 0.19.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.18.0 to 0.19.0. - [Commits](https://github.com/golang/net/compare/v0.18.0...v0.19.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 7bdee7b..9a18c7a 100644
--- a/go.mod
+++ b/go.mod
@@ -22,7 +22,7 @@ require (
github.com/skeema/knownhosts v1.2.1
github.com/xanzy/ssh-agent v0.3.3
golang.org/x/crypto v0.16.0
- golang.org/x/net v0.18.0
+ golang.org/x/net v0.19.0
golang.org/x/sys v0.15.0
golang.org/x/text v0.14.0
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c