Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
gitpod-io
GitHub Repository: gitpod-io/gitpod
Path: blob/main/components/ide/jetbrains/cli/go.mod
2500 views
module github.com/gitpod-io/gitpod/jetbrains/cli

go 1.24

toolchain go1.24.3

godebug tlsmlkem=0

require github.com/spf13/cobra v1.4.0

require (
	github.com/inconshreveable/mousetrap v1.0.0 // indirect
	github.com/spf13/pflag v1.0.5 // indirect
)