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

go 1.24

toolchain go1.24.3

godebug tlsmlkem=0

require (
	github.com/google/go-cmp v0.6.0
	github.com/hashicorp/golang-lru v1.0.2
	github.com/mitchellh/reflectwalk v1.0.2
)