11 lines
218 B
AMPL
11 lines
218 B
AMPL
module github.com/gwelch-contegix/ldaps
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/go-asn1-ber/asn1-ber v1.5.7
|
|
github.com/go-ldap/ldap/v3 v3.4.8
|
|
github.com/matoous/go-nanoid/v2 v2.1.0
|
|
golang.org/x/crypto v0.25.0 // indirect
|
|
)
|