adguard-exporter/go.mod

11 lines
269 B
Modula-2

module github.com/ebrianne/adguard-exporter
go 1.14
require (
github.com/heetch/confita v0.9.2
github.com/mitchellh/mapstructure v1.1.2
github.com/prometheus/client_golang v0.9.3-0.20190127221311-3c4408c8b829
golang.org/x/net v0.0.0-20190620200207-3b0461eec859
)