mirror of
https://github.com/gitpod-io/gitpod.git
synced 2025-12-08 17:36:30 +00:00
* upgrade golang to 1.24.3 * fix caddy * update go debug * fix non-constant format string in call to fmt Format method
20 lines
337 B
Modula-2
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
|
|
)
|