adds doh server lists

This commit is contained in:
2023-11-07 12:22:25 -06:00
parent b97edf1273
commit a11f92745d
4 changed files with 8 additions and 7 deletions

4
go.mod
View File

@@ -3,7 +3,7 @@ module pihole-blocklist/v2
go 1.18
require (
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2
github.com/hashicorp/logutils v1.0.0
gopkg.in/yaml.v2 v2.4.0
gopkg.in/yaml.v3 v3.0.1
)