diff --git a/go.mod b/go.mod index 301a266..07c96b0 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ require ( github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect github.com/stretchr/testify v1.8.2 // indirect github.com/tmc/scp v0.0.0-20170824174625-f7b48647feef - golang.org/x/crypto v0.17.0 + golang.org/x/crypto v0.31.0 ) go 1.16