dnsmasq_exporter/go.mod
Robert Fratto b4719ce9a0
Update github.com/prometheus/common dependency (#16)
This commit updates the dependency on github.com/prometheus/common,
which has since removed the github.com/prometheus/common/log package.
Prometheus logging has internally changed to use github.com/go-kit/log,
with helpers to construct one in github.com/prometheus/common/promlog.

Signed-off-by: Robert Fratto <robertfratto@gmail.com>
2021-10-06 16:31:00 +02:00

11 lines
231 B
Modula-2

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