iQQBot 301f1b73da
upgrade golang to 1.24.3 (#20846)
* upgrade golang to 1.24.3

* fix caddy

* update go debug

* fix non-constant format string in call to fmt Format method
2025-05-28 13:32:00 -04:00

20 lines
337 B
Modula-2

module test
go 1.24
toolchain go1.24.3
godebug tlsmlkem=0
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
)