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

go 1.24

toolchain go1.24.3

godebug tlsmlkem=0

require (
	github.com/google/go-cmp v0.5.7
	golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543
	gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)