dnsmasq_exporter/go.mod

11 lines
229 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.14
github.com/prometheus/client_golang v0.9.4
github.com/prometheus/common v0.4.1
golang.org/x/sync v0.0.0-20190423024810-112230192c58
)