multiple updates

This commit is contained in:
2023-12-09 14:21:28 -06:00
parent a11f92745d
commit 881c11b910
23 changed files with 721 additions and 433 deletions

3
go.mod
View File

@@ -1,9 +1,8 @@
module pihole-blocklist/v2
module pihole-blocklist/bind
go 1.18
require (
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2
github.com/hashicorp/logutils v1.0.0
gopkg.in/yaml.v3 v3.0.1
)