mirror of
https://github.com/eko/pihole-exporter.git
synced 2024-11-22 11:15:19 +01:00
10 lines
221 B
Modula-2
10 lines
221 B
Modula-2
module github.com/eko/pihole-exporter
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/heetch/confita v0.9.0
|
|
github.com/prometheus/client_golang v0.9.3-0.20190127221311-3c4408c8b829
|
|
golang.org/x/net v0.0.0-20190503192946-f4e77d36d62c
|
|
)
|