open-consul/vendor/github.com/hashicorp/mdns/go.mod

9 lines
138 B
Modula-2
Raw Normal View History

2019-03-26 21:50:42 +00:00
module github.com/hashicorp/mdns
require (
github.com/miekg/dns v1.1.41
golang.org/x/net v0.0.0-20210410081132-afb366fc7cd1
2019-03-26 21:50:42 +00:00
)
go 1.13