aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-05-16 21:01:36 +0000
committerGitHub <noreply@github.com>2024-05-16 21:01:36 +0000
commit5d61c7c6411b4ccdc16bb85405d4d499bc11e416 (patch)
tree1ee6c49a8237f3215c9c0bd3cb385c4868d0dd73 /go.mod
parent237fcf8966abf85d43bdc41737ea8a18b71ef644 (diff)
downloadgo-git-5d61c7c6411b4ccdc16bb85405d4d499bc11e416.tar.gz
build: bump golang.org/x/crypto from 0.22.0 to 0.23.0
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.22.0 to 0.23.0. - [Commits](https://github.com/golang/crypto/compare/v0.22.0...v0.23.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto 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.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 92f1843..1c31a03 100644
--- a/go.mod
+++ b/go.mod
@@ -22,9 +22,9 @@ require (
github.com/skeema/knownhosts v1.2.2
github.com/stretchr/testify v1.9.0
github.com/xanzy/ssh-agent v0.3.3
- golang.org/x/crypto v0.22.0
+ golang.org/x/crypto v0.23.0
golang.org/x/net v0.24.0
- golang.org/x/sys v0.19.0
+ golang.org/x/sys v0.20.0
golang.org/x/text v0.15.0
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
)