2019-05-08 23:45:04 +02:00
|
|
|
module github.com/eko/pihole-exporter
|
|
|
|
|
|
|
|
go 1.12
|
|
|
|
|
|
|
|
require (
|
2019-11-21 06:02:38 +01:00
|
|
|
github.com/heetch/confita v0.9.0
|
2019-05-08 23:45:04 +02:00
|
|
|
github.com/pkg/errors v0.8.1 // indirect
|
|
|
|
github.com/prometheus/client_golang v0.9.2
|
|
|
|
github.com/stretchr/testify v1.3.0 // indirect
|
|
|
|
golang.org/x/net v0.0.0-20190503192946-f4e77d36d62c
|
|
|
|
)
|