pihole-exporter/go.mod
2020-11-11 11:20:36 +01:00

9 lines
191 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.8.0
golang.org/x/net v0.0.0-20200625001655-4c5254603344
)