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