30 lines
955 B
Modula-2
30 lines
955 B
Modula-2
module pdns_admin
|
|
|
|
go 1.24.0
|
|
|
|
toolchain go1.24.4
|
|
|
|
require (
|
|
github.com/go-ldap/ldap/v3 v3.4.13
|
|
github.com/go-playground/validator/v10 v10.25.0
|
|
github.com/ilyakaznacheev/cleanenv v1.5.0
|
|
)
|
|
|
|
require (
|
|
github.com/Azure/go-ntlmssp v0.1.0 // indirect
|
|
github.com/BurntSushi/toml v1.2.1 // indirect
|
|
github.com/gabriel-vasile/mimetype v1.4.8 // indirect
|
|
github.com/go-asn1-ber/asn1-ber v1.5.8-0.20250403174932-29230038a667 // indirect
|
|
github.com/go-playground/locales v0.14.1 // indirect
|
|
github.com/go-playground/universal-translator v0.18.1 // indirect
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/joho/godotenv v1.5.1 // indirect
|
|
github.com/leodido/go-urn v1.4.0 // indirect
|
|
golang.org/x/crypto v0.48.0 // indirect
|
|
golang.org/x/net v0.50.0 // indirect
|
|
golang.org/x/sys v0.41.0 // indirect
|
|
golang.org/x/text v0.34.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
olympos.io/encoding/edn v0.0.0-20201019073823-d3554ca0b0a3 // indirect
|
|
)
|