mdns/go.mod

9 lines
257 B
Modula-2
Raw Permalink Normal View History

2019-01-30 14:25:02 +03:00
module github.com/micro/mdns
require (
github.com/miekg/dns v1.1.3
golang.org/x/crypto v0.0.0-20190130090550-b01c7a725664 // indirect
golang.org/x/net v0.0.0-20190125091013-d26f9f9a57f3
golang.org/x/sys v0.0.0-20190129075346-302c3dd5f1cc // indirect
)