mirror of
https://github.com/eko/pihole-exporter.git
synced 2024-11-16 10:25:11 +01:00
12 lines
268 B
Modula-2
12 lines
268 B
Modula-2
module github.com/eko/pihole-exporter
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/heetch/confita v0.10.0
|
|
github.com/prometheus/client_golang v1.11.0
|
|
github.com/stretchr/testify v1.7.0
|
|
github.com/xonvanetta/shutdown v0.0.3
|
|
golang.org/x/net v0.0.0-20200625001655-4c5254603344
|
|
)
|