initial commit

This commit is contained in:
2022-02-06 18:56:24 -06:00
commit 89e13a7114
12 changed files with 1014 additions and 0 deletions

8
go.mod Normal file
View File

@@ -0,0 +1,8 @@
module pihole-blocklist/v2
go 1.17
require (
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d
github.com/hashicorp/logutils v1.0.0
)