mirror of
https://github.com/Luzifer/named-blacklist.git
synced 2024-11-08 15:30:06 +00:00
12 lines
286 B
Modula-2
12 lines
286 B
Modula-2
module github.com/Luzifer/named-blacklist
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/Luzifer/go_helpers/v2 v2.9.1
|
|
github.com/Luzifer/rconfig/v2 v2.2.1
|
|
github.com/pkg/errors v0.8.1
|
|
github.com/sirupsen/logrus v1.4.2
|
|
golang.org/x/net v0.0.0-20190813141303-74dc4d7220e7
|
|
gopkg.in/yaml.v2 v2.2.2
|
|
)
|