mirror of
https://github.com/eko/pihole-exporter.git
synced 2024-11-16 10:25:11 +01:00
12 lines
281 B
Modula-2
12 lines
281 B
Modula-2
module github.com/eko/pihole-exporter
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/heetch/confita v0.5.1
|
|
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
|
|
)
|