mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Bumps the extractor-dependencies group in /go/extractor with 1 update: [golang.org/x/tools](https://github.com/golang/tools). Updates `golang.org/x/tools` from 0.29.0 to 0.30.0 - [Release notes](https://github.com/golang/tools/releases) - [Commits](https://github.com/golang/tools/compare/v0.29.0...v0.30.0) --- updated-dependencies: - dependency-name: golang.org/x/tools 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.23
|
|
|
|
toolchain go1.23.1
|
|
|
|
// 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
|