Emmanuel BENOîT
0e642c85a6
* Code that connects to LDAP servers and send queries * Helper functions to fetch CA certificates or EE certificates
20 lines
622 B
Modula-2
20 lines
622 B
Modula-2
module nocternity.net/go/fetchcert
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d
|
|
github.com/gemnasium/logrus-graylog-hook/v3 v3.0.3
|
|
github.com/go-ldap/ldap/v3 v3.4.1
|
|
github.com/karrick/golf v1.4.0
|
|
github.com/sirupsen/logrus v1.8.1
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|
|
|
|
require (
|
|
github.com/Azure/go-ntlmssp v0.0.0-20200615164410-66371956d46c // indirect
|
|
github.com/go-asn1-ber/asn1-ber v1.5.1 // indirect
|
|
github.com/pkg/errors v0.8.1 // indirect
|
|
golang.org/x/crypto v0.0.0-20200604202706-70a84ac30bf9 // indirect
|
|
golang.org/x/sys v0.0.0-20191026070338-33540a1f6037 // indirect
|
|
)
|