module github.com/foxcpp/go-mockdns

go 1.13

require (
	github.com/miekg/dns v1.1.57
	golang.org/x/tools v0.15.0 // indirect
)
