aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorPaulo Gomes <pjbgf@linux.com>2023-03-02 08:24:20 +0000
committerGitHub <noreply@github.com>2023-03-02 08:24:20 +0000
commita5c5c900a860ec53ef9bb891e172ae30763e1084 (patch)
treea61267349d3ea678f3fd703a66d7af441bc55fdf /go.mod
parent33191675258742efde66645371e7b72a0c64b24e (diff)
parente96546570a27f06e46edbe450b6096eeefb8a271 (diff)
downloadgo-git-a5c5c900a860ec53ef9bb891e172ae30763e1084.tar.gz
Merge pull request #684 from go-git/dependabot/go_modules/golang.org/x/net-0.7.0
build(deps): bump golang.org/x/net from 0.2.0 to 0.7.0
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 c46d244..502907e 100644
--- a/go.mod
+++ b/go.mod
@@ -20,9 +20,9 @@ require (
github.com/skeema/knownhosts v1.1.0
github.com/xanzy/ssh-agent v0.3.3
golang.org/x/crypto v0.3.0
- golang.org/x/net v0.2.0
- golang.org/x/sys v0.3.0
- golang.org/x/text v0.4.0
+ golang.org/x/net v0.7.0
+ golang.org/x/sys v0.5.0
+ golang.org/x/text v0.7.0
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
gopkg.in/warnings.v0 v0.1.2 // indirect
)