pdns-auth-proxy/go.mod

18 lines
458 B
Modula-2

module git.euclide.org/euclide/pdns-auth-proxy
go 1.19
require (
github.com/go-ldap/ldap/v3 v3.4.6
github.com/jarcoal/httpmock v1.3.1
github.com/pyke369/golang-support v0.0.0-20231112163947-ff7c18596096
golang.org/x/crypto v0.15.0
gopkg.in/djherbis/times.v1 v1.3.0
)
require (
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.3.1 // indirect
)