2024-07-26 11:40:03 +02:00
|
|
|
module nocternity.net/fetchcert
|
2021-10-30 11:35:55 +02:00
|
|
|
|
2024-07-26 14:07:46 +02:00
|
|
|
go 1.22
|
2021-10-30 17:07:06 +02:00
|
|
|
|
|
|
|
require (
|
2021-10-31 11:30:39 +01:00
|
|
|
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d
|
2024-07-26 11:57:25 +02:00
|
|
|
github.com/gemnasium/logrus-graylog-hook/v3 v3.2.1
|
2024-07-26 12:00:07 +02:00
|
|
|
github.com/go-ldap/ldap/v3 v3.4.8
|
2021-10-30 17:07:06 +02:00
|
|
|
github.com/karrick/golf v1.4.0
|
2024-07-26 11:57:25 +02:00
|
|
|
github.com/sirupsen/logrus v1.9.3
|
2024-07-26 12:03:44 +02:00
|
|
|
gopkg.in/yaml.v3 v3.0.1
|
2021-10-30 17:07:06 +02:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
2024-07-26 12:00:07 +02:00
|
|
|
github.com/Azure/go-ntlmssp v0.0.0-20221128193559-754e69321358 // indirect
|
|
|
|
github.com/go-asn1-ber/asn1-ber v1.5.5 // indirect
|
|
|
|
github.com/google/uuid v1.6.0 // indirect
|
2024-07-26 11:57:25 +02:00
|
|
|
github.com/pkg/errors v0.9.1 // indirect
|
2024-07-26 12:00:07 +02:00
|
|
|
golang.org/x/crypto v0.21.0 // indirect
|
|
|
|
golang.org/x/sys v0.18.0 // indirect
|
2021-10-30 17:07:06 +02:00
|
|
|
)
|