mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
17 lines
323 B
Modula-2
17 lines
323 B
Modula-2
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.26.0
|
|
golang.org/x/tools v0.35.0
|
|
)
|
|
|
|
require golang.org/x/sync v0.16.0 // indirect
|