some library updates and adds support for adblock lists

This commit is contained in:
2025-05-02 20:57:03 -05:00
parent 03b1cc13ee
commit ce4b4a11ff
19 changed files with 712 additions and 139 deletions

15
go.mod
View File

@@ -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
)