adguard-exporter/go.mod

11 lines
239 B
Modula-2
Raw Normal View History

2020-11-01 23:09:36 +01:00
module github.com/ebrianne/adguard-exporter
2020-12-22 17:25:11 +01:00
go 1.15
2020-11-01 23:09:36 +01:00
require (
github.com/heetch/confita v0.9.2
github.com/mitchellh/mapstructure v1.1.2
2020-12-22 17:25:11 +01:00
github.com/prometheus/client_golang v1.9.0
golang.org/x/net v0.0.0-20200625001655-4c5254603344
2020-11-01 23:09:36 +01:00
)