mirror of
https://github.com/github/codeql.git
synced 2026-03-01 21:34:50 +01:00
Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.13.0 to 0.14.0. - [Release notes](https://github.com/golang/tools/releases) - [Commits](https://github.com/golang/tools/compare/v0.13.0...v0.14.0) --- updated-dependencies: - dependency-name: golang.org/x/tools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
11 lines
167 B
Modula-2
11 lines
167 B
Modula-2
module github.com/github/codeql-go/extractor
|
|
|
|
go 1.21
|
|
|
|
require (
|
|
golang.org/x/mod v0.13.0
|
|
golang.org/x/tools v0.14.0
|
|
)
|
|
|
|
require golang.org/x/sys v0.13.0 // indirect
|