aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorPaulo Gomes <pjbgf@linux.com>2023-12-19 09:40:59 +0000
committerGitHub <noreply@github.com>2023-12-19 09:40:59 +0000
commit18f5afa6203f038952dacf9b39855502dddb9bb2 (patch)
tree11f4c82fe71c17d672bf9683c4ef697861d86c5d /go.mod
parent9328322346248e09fbbbc80ace2ebc997761bd4d (diff)
parente728b49816042f9baa571254d02da21c1c91eac0 (diff)
downloadgo-git-18f5afa6203f038952dacf9b39855502dddb9bb2.tar.gz
Merge pull request #974 from go-git/dependabot/go_modules/golang.org/x/crypto-0.17.0
build: bump golang.org/x/crypto from 0.16.0 to 0.17.0
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 5247d06..3cbc814 100644
--- a/go.mod
+++ b/go.mod
@@ -22,7 +22,7 @@ require (
github.com/skeema/knownhosts v1.2.1
github.com/stretchr/testify v1.8.4
github.com/xanzy/ssh-agent v0.3.3
- golang.org/x/crypto v0.16.0
+ golang.org/x/crypto v0.17.0
golang.org/x/net v0.19.0
golang.org/x/sys v0.15.0
golang.org/x/text v0.14.0