module github.com/serverwentdown/dns64 go 1.13 require ( github.com/caddyserver/caddy v1.0.4 github.com/cespare/xxhash/v2 v2.1.1 // indirect github.com/coredns/coredns v1.6.5 github.com/coredns/proxy v0.0.0-20191129143419-f0a08b13f568 github.com/dnstap/golang-dnstap v0.2.0 // indirect github.com/farsightsec/golang-framestream v0.0.0-20190425193708-fa4b164d59b8 // indirect github.com/miekg/dns v1.1.24 github.com/prometheus/client_model v0.0.0-20191202183732-d1d2010b5bee // indirect github.com/prometheus/procfs v0.0.8 // indirect golang.org/x/crypto v0.0.0-20191206172530-e9b2fee46413 // indirect golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 // indirect golang.org/x/sys v0.0.0-20191210023423-ac6580df4449 // indirect google.golang.org/genproto v0.0.0-20191206224255-0243a4be9c8f // indirect google.golang.org/grpc v1.25.1 // indirect )