1
0
mirror of https://github.com/Luzifer/named-blacklist.git synced 2024-09-19 00:02:59 +00:00
named-blacklist/go.mod

14 lines
331 B
Modula-2
Raw Permalink Normal View History

2019-08-25 18:38:08 +00:00
module github.com/Luzifer/named-blacklist
go 1.12
require (
github.com/Luzifer/go_helpers/v2 v2.9.1
github.com/Luzifer/korvike/functions v0.6.1
2019-08-25 18:38:08 +00:00
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
)