aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorPaulo Gomes <pjbgf@linux.com>2023-10-13 22:27:48 +0100
committerPaulo Gomes <pjbgf@linux.com>2023-10-13 22:27:48 +0100
commit3ee0288b785e6e1070aa88c8fd5387b7afd80902 (patch)
treee544ce49a9187f9e9253502899b884447b08672a /go.mod
parente61537e80cfa474cb1cfe63f7210e3dcca5248fe (diff)
downloadgo-git-3ee0288b785e6e1070aa88c8fd5387b7afd80902.tar.gz
build: bump golang.org/x/net from 0.15.0 to 0.17.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.15.0 to 0.17.0. - [Commits](https://github.com/golang/net/compare/v0.15.0...v0.17.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Paulo Gomes <pjbgf@linux.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 9df2020..ff859fe 100644
--- a/go.mod
+++ b/go.mod
@@ -23,8 +23,8 @@ require (
github.com/sergi/go-diff v1.1.0
github.com/skeema/knownhosts v1.2.0
github.com/xanzy/ssh-agent v0.3.3
- golang.org/x/crypto v0.13.0
- golang.org/x/net v0.15.0
+ golang.org/x/crypto v0.14.0
+ golang.org/x/net v0.17.0
golang.org/x/sys v0.13.0
golang.org/x/text v0.13.0
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c