mirror of
https://github.com/github/codeql.git
synced 2026-01-21 10:24:47 +01:00
Bumps the extractor-dependencies group in /go/extractor with 1 update: [golang.org/x/tools](https://github.com/golang/tools). - [Release notes](https://github.com/golang/tools/releases) - [Commits](https://github.com/golang/tools/compare/v0.16.0...v0.16.1) --- updated-dependencies: - dependency-name: golang.org/x/tools dependency-type: direct:production update-type: version-update:semver-patch dependency-group: extractor-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
9 lines
121 B
Modula-2
9 lines
121 B
Modula-2
module github.com/github/codeql-go/extractor
|
|
|
|
go 1.21
|
|
|
|
require (
|
|
golang.org/x/mod v0.14.0
|
|
golang.org/x/tools v0.16.1
|
|
)
|