9 lines
146 B
Modula-2
9 lines
146 B
Modula-2
module pihole-blocklist/bind
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|