aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod8
1 files changed, 4 insertions, 4 deletions
diff --git a/go.mod b/go.mod
index 0760f7b..4b0b978 100644
--- a/go.mod
+++ b/go.mod
@@ -22,10 +22,10 @@ require (
github.com/skeema/knownhosts v1.3.0
github.com/stretchr/testify v1.9.0
github.com/xanzy/ssh-agent v0.3.3
- golang.org/x/crypto v0.25.0
- golang.org/x/net v0.27.0
+ golang.org/x/crypto v0.26.0
+ golang.org/x/net v0.28.0
golang.org/x/sys v0.23.0
- golang.org/x/text v0.16.0
+ golang.org/x/text v0.17.0
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
)
@@ -40,7 +40,7 @@ require (
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rogpeppe/go-internal v1.11.0 // indirect
golang.org/x/mod v0.17.0 // indirect
- golang.org/x/sync v0.7.0 // indirect
+ golang.org/x/sync v0.8.0 // indirect
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
gopkg.in/warnings.v0 v0.1.2 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect