Christian Weichel 337f8f3960
Bump golang.org/x/crypto (#20683)
* Bump golang.org/x/crypto

* Don't bump toolchain

* go mod tidy

* go mod tidy

* Fix proxy build
2025-03-21 06:49:50 -04:00

18 lines
319 B
Modula-2

module test
go 1.23.0
toolchain go1.23.3
require (
github.com/helloyi/go-sshclient v1.1.0
github.com/spf13/cobra v1.4.0
)
require (
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/crypto v0.36.0 // indirect
golang.org/x/sys v0.31.0 // indirect
)