pihole-exporter/go.mod

14 lines
369 B
Modula-2
Raw Normal View History

2019-05-08 23:45:04 +02:00
module github.com/eko/pihole-exporter
go 1.15
2019-05-08 23:45:04 +02:00
require (
github.com/heetch/confita v0.10.0
github.com/prometheus/client_golang v1.11.0
2022-01-05 20:38:33 +01:00
github.com/sirupsen/logrus v1.8.1
github.com/stretchr/testify v1.7.0
github.com/xonvanetta/shutdown v0.0.3
golang.org/x/net v0.0.0-20200625001655-4c5254603344
2022-01-05 20:38:33 +01:00
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
2019-05-08 23:45:04 +02:00
)