Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
gitpod-io
GitHub Repository: gitpod-io/gitpod
Path: blob/main/dev/changelog/go.mod
2492 views
module github.com/gitpod-io/gitpod/changelog

go 1.24

toolchain go1.24.3

godebug tlsmlkem=0

require (
	github.com/google/go-github/v38 v38.1.0
	github.com/sirupsen/logrus v1.9.3
	github.com/spf13/cobra v1.4.0
	golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f
)

require (
	github.com/golang/protobuf v1.4.2 // indirect
	github.com/google/go-querystring v1.0.0 // indirect
	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/net v0.21.0 // indirect
	golang.org/x/sys v0.31.0 // indirect
	google.golang.org/appengine v1.6.6 // indirect
	google.golang.org/protobuf v1.25.0 // indirect
)