mirror of
https://github.com/github/codeql.git
synced 2026-02-20 17:03:41 +01:00
--- updated-dependencies: - dependency-name: golang.org/x/tools dependency-version: 0.35.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: extractor-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
17 lines
323 B
Modula-2
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.26.0
|
|
golang.org/x/tools v0.35.0
|
|
)
|
|
|
|
require golang.org/x/sync v0.16.0 // indirect
|