18 lines
401 B
Modula-2
18 lines
401 B
Modula-2
module gitlab.smoothnet.org/nhyatt/bind-response-policy-zone-creator
|
|
|
|
go 1.21.0
|
|
|
|
toolchain go1.24.2
|
|
|
|
require (
|
|
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2
|
|
github.com/goccy/go-yaml v1.17.1
|
|
github.com/stretchr/testify v1.10.0
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|