dnsmasq_exporter/go.mod

11 lines
231 B
Modula-2
Raw Normal View History

2019-06-17 15:40:24 +01:00
module github.com/google/dnsmasq_exporter
go 1.12
require (
github.com/miekg/dns v1.1.25
github.com/prometheus/client_golang v1.11.1
github.com/prometheus/common v0.31.1
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a
2019-06-17 15:40:24 +01:00
)