module github.com/miekg/dns

go 1.12

require (
	golang.org/x/crypto v0.0.0-20190829043050-9756ffdc2472
	golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297
	golang.org/x/sync v0.0.0-20190423024810-112230192c58
	golang.org/x/sys v0.0.0-20190904154756-749cb33beabd
	golang.org/x/text v0.3.2 // indirect
	golang.org/x/tools v0.0.0-20190907020128-2ca718005c18 // indirect
)
