pihole-exporter/go.mod
Vanetta 26ddc36a4e only scrape when asked
will only scape metrics on pihole when asked on /metrics
allow port 0 to be used when using strict https redirects

Resolves: #49
2021-08-16 23:55:05 +02:00

10 lines
232 B
Modula-2

module github.com/eko/pihole-exporter
go 1.15
require (
github.com/heetch/confita v0.10.0
github.com/prometheus/client_golang v1.11.0
github.com/xonvanetta/shutdown v0.0.2
golang.org/x/net v0.0.0-20200625001655-4c5254603344
)