module github.com/github/codeql-go/extractor go 1.25 toolchain go1.25.0 // when updating this, run // bazel run @rules_go//go -- mod tidy // when adding or removing dependencies, run // bazel mod tidy require ( golang.org/x/mod v0.29.0 golang.org/x/tools v0.38.0 ) require golang.org/x/sync v0.17.0 // indirect