17 lines
445 B
Modula-2
17 lines
445 B
Modula-2
|
module code.dumpstack.io/infra/v.lor.sh/ldap
|
||
|
|
||
|
go 1.19
|
||
|
|
||
|
require (
|
||
|
github.com/jackc/pgx/v5 v5.2.0
|
||
|
github.com/lor00x/goldap v0.0.0-20180618054307-a546dffdd1a3
|
||
|
github.com/vjeantet/ldapserver v1.0.1
|
||
|
)
|
||
|
|
||
|
require (
|
||
|
github.com/jackc/pgpassfile v1.0.0 // indirect
|
||
|
github.com/jackc/pgservicefile v0.0.0-20200714003250-2b9c44734f2b // indirect
|
||
|
golang.org/x/crypto v0.0.0-20220829220503-c86fa9a7ed90 // indirect
|
||
|
golang.org/x/text v0.3.8 // indirect
|
||
|
)
|