2019-05-08 23:45:04 +02:00
|
|
|
module github.com/eko/pihole-exporter
|
|
|
|
|
2021-12-31 17:50:55 +01:00
|
|
|
go 1.17
|
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
|
|
|
)
|
2021-12-31 17:50:55 +01:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
|
|
github.com/cespare/xxhash/v2 v2.1.1 // indirect
|
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
|
|
github.com/golang/protobuf v1.4.3 // indirect
|
|
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
|
|
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
|
|
github.com/prometheus/client_model v0.2.0 // indirect
|
|
|
|
github.com/prometheus/common v0.26.0 // indirect
|
|
|
|
github.com/prometheus/procfs v0.6.0 // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20210603081109-ebe580a85c40 // indirect
|
|
|
|
google.golang.org/protobuf v1.26.0-rc.1 // indirect
|
|
|
|
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
|
|
|
|
)
|