mirror of
https://github.com/github/codeql.git
synced 2026-01-30 14:52:57 +01:00
17 lines
395 B
Modula-2
17 lines
395 B
Modula-2
module github.com/github/codeql-go
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
golang.org/x/mod v0.5.0
|
|
golang.org/x/tools v0.1.5
|
|
)
|
|
|
|
require (
|
|
github.com/go-ldap/ldap v3.0.3+incompatible
|
|
golang.org/x/sys v0.0.0-20210510120138-977fb7262007 // indirect
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
|
gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d // indirect
|
|
gopkg.in/ldap.v2 v2.5.1
|
|
)
|