meshname/go.mod
2021-05-27 08:24:07 -04:00

11 lines
199 B
Modula-2

module github.com/zhoreeq/coredns-meshname
go 1.16
require (
github.com/coredns/caddy v1.1.1
github.com/coredns/coredns v1.8.3
github.com/miekg/dns v1.1.42
github.com/zhoreeq/meshname v0.1.1
)