-
- Downloads
Update module golang.org/x/crypto to v0.33.0
... | ... | @@ -9,8 +9,8 @@ require ( |
github.com/kayrus/putty v1.0.5 | ||
github.com/spf13/cobra v1.9.1 | ||
github.com/spf13/viper v1.19.0 | ||
golang.org/x/crypto v0.31.0 | ||
golang.org/x/term v0.27.0 | ||
golang.org/x/crypto v0.33.0 | ||
golang.org/x/term v0.29.0 | ||
) | ||
require ( | ||
... | ... | @@ -32,8 +32,8 @@ require ( |
go.uber.org/atomic v1.9.0 // indirect | ||
go.uber.org/multierr v1.9.0 // indirect | ||
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect | ||
golang.org/x/sys v0.28.0 // indirect | ||
golang.org/x/text v0.21.0 // indirect | ||
golang.org/x/sys v0.30.0 // indirect | ||
golang.org/x/text v0.22.0 // indirect | ||
gopkg.in/ini.v1 v1.67.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) |
Please register or sign in to comment