module github.com/google/dnsmasq_exporter go 1.12 require ( github.com/miekg/dns v1.1.25 github.com/prometheus/client_golang v1.11.0 github.com/prometheus/common v0.31.1 golang.org/x/sync v0.0.0-20201207232520-09787c993a3a )