some library updates and adds support for adblock lists
This commit is contained in:
15
go.mod
15
go.mod
@@ -1,8 +1,17 @@
|
||||
module pihole-blocklist/bind
|
||||
module gitlab.smoothnet.org/nhyatt/bind-response-policy-zone-creator
|
||||
|
||||
go 1.18
|
||||
go 1.21.0
|
||||
|
||||
toolchain go1.24.2
|
||||
|
||||
require (
|
||||
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2
|
||||
gopkg.in/yaml.v3 v3.0.1
|
||||
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
|
||||
)
|
||||
|
Reference in New Issue
Block a user