module github.com/Luzifer/rootzone go 1.12 require ( github.com/Luzifer/go_helpers/v2 v2.9.1 github.com/Luzifer/rconfig/v2 v2.2.1 github.com/miekg/dns v1.1.12 github.com/pkg/errors v0.8.1 github.com/sirupsen/logrus v1.4.2 golang.org/x/crypto v0.0.0-20190513172903-22d7a77e9e5f // indirect golang.org/x/net v0.0.0-20190522155817-f3200d17e092 // indirect )