aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
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
)