mirror of
https://github.com/Luzifer/rootzone.git
synced 2024-11-08 07:50:07 +00:00
13 lines
364 B
Modula-2
13 lines
364 B
Modula-2
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
|
|
)
|