2019-05-08 23:45:04 +02:00
|
|
|
module github.com/eko/pihole-exporter
|
|
|
|
|
2020-11-11 11:20:36 +01:00
|
|
|
go 1.15
|
2019-05-08 23:45:04 +02:00
|
|
|
|
|
|
|
require (
|
2021-05-04 22:38:12 +02:00
|
|
|
github.com/heetch/confita v0.10.0
|
2021-06-08 06:15:15 +02:00
|
|
|
github.com/prometheus/client_golang v1.11.0
|
2021-12-26 23:36:30 +01:00
|
|
|
github.com/stretchr/testify v1.7.0
|
2021-09-02 06:17:03 +02:00
|
|
|
github.com/xonvanetta/shutdown v0.0.3
|
2020-11-11 11:20:36 +01:00
|
|
|
golang.org/x/net v0.0.0-20200625001655-4c5254603344
|
2019-05-08 23:45:04 +02:00
|
|
|
)
|