1
0
mirror of https://github.com/Luzifer/named-blacklist.git synced 2024-09-16 14:58:29 +00:00
named-blacklist/go.mod
Knut Ahlers 14afe29601
Support korvike-functions
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2019-08-25 21:06:31 +02:00

14 lines
331 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/korvike/functions v0.6.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
)