1
0
mirror of https://github.com/mje-nz/zerotier-dns.git synced 2024-05-11 05:55:15 +00:00
Files
2019-12-20 16:46:34 +13:00

12 lines
254 B
Modula-2

module github.com/mje-nz/zerotier-dns
go 1.12
require (
github.com/miekg/dns v1.1.15
github.com/sirupsen/logrus v1.4.2
github.com/spf13/cobra v0.0.5
github.com/spf13/viper v1.4.0
golang.org/x/tools v0.0.0-20190930201159-7c411dea38b0 // indirect
)