2019-05-25 15:09:31 +00:00
|
|
|
module github.com/Luzifer/rootzone
|
|
|
|
|
|
|
|
go 1.12
|
|
|
|
|
|
|
|
require (
|
2023-02-25 00:16:05 +00:00
|
|
|
github.com/Luzifer/go_helpers v2.8.1+incompatible // indirect
|
2019-05-25 15:09:31 +00:00
|
|
|
github.com/Luzifer/go_helpers/v2 v2.9.1
|
2023-02-25 00:16:05 +00:00
|
|
|
github.com/Luzifer/rconfig v2.2.0+incompatible // indirect
|
2019-05-25 15:09:31 +00:00
|
|
|
github.com/Luzifer/rconfig/v2 v2.2.1
|
|
|
|
github.com/miekg/dns v1.1.12
|
2023-02-25 00:16:05 +00:00
|
|
|
github.com/onsi/ginkgo v1.16.5 // indirect
|
|
|
|
github.com/onsi/gomega v1.27.1 // indirect
|
2019-05-25 15:09:31 +00:00
|
|
|
github.com/pkg/errors v0.8.1
|
|
|
|
github.com/sirupsen/logrus v1.4.2
|
|
|
|
)
|