mirror of
https://github.com/github/codeql.git
synced 2026-04-15 03:54:02 +02:00
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.23.0
|
|
golang.org/x/tools v0.30.0
|
|
)
|
|
|
|
require golang.org/x/sync v0.11.0 // indirect
|