pihole-exporter/go.mod
2021-05-02 07:57:04 +00:00

9 lines
192 B
Modula-2

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