mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 13:26:07 +00:00
9 lines
138 B
Modula-2
9 lines
138 B
Modula-2
module github.com/hashicorp/mdns
|
|
|
|
require (
|
|
github.com/miekg/dns v1.1.27
|
|
golang.org/x/net v0.0.0-20190923162816-aa69164e4478
|
|
)
|
|
|
|
go 1.13
|