Files
codeql/go/extractor/go.mod
Owen Mansel-Chan 1e74b7af75 Update to 1.24.0
2025-02-11 22:09:13 +00:00

17 lines
323 B
Modula-2

module github.com/github/codeql-go/extractor
go 1.24
toolchain go1.24.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.23.0
golang.org/x/tools v0.30.0
)
require golang.org/x/sync v0.11.0 // indirect