mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
9 lines
123 B
Modula-2
9 lines
123 B
Modula-2
module github.com/github/codeql-go/extractor
|
|
|
|
go 1.22.0
|
|
|
|
require (
|
|
golang.org/x/mod v0.15.0
|
|
golang.org/x/tools v0.18.0
|
|
)
|