mirror of
https://github.com/github/codeql.git
synced 2026-08-02 16:32:58 +02:00
12 lines
289 B
Modula-2
12 lines
289 B
Modula-2
module example.com/ldap
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/go-ldap/ldap v3.0.3+incompatible
|
|
github.com/go-ldap/ldap/v3 v3.4.1
|
|
github.com/jtblin/go-ldap-client v0.0.0-20170223121919-b73f66626b33
|
|
gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d // indirect
|
|
gopkg.in/ldap.v2 v2.5.1
|
|
)
|