Initial euclide.org release
This commit is contained in:
17
go.mod
Normal file
17
go.mod
Normal file
@@ -0,0 +1,17 @@
|
||||
module git.euclide.org/euclide/pdns-auth-proxy
|
||||
|
||||
go 1.21.1
|
||||
|
||||
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
|
||||
)
|
||||
Reference in New Issue
Block a user