pihole-exporter/go.mod
dependabot-preview[bot] 8bfc1948b2
Bump github.com/heetch/confita from 0.5.1 to 0.8.0
Bumps [github.com/heetch/confita](https://github.com/heetch/confita) from 0.5.1 to 0.8.0.
- [Release notes](https://github.com/heetch/confita/releases)
- [Commits](https://github.com/heetch/confita/compare/v0.5.1...v0.8.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-11-08 10:58:21 +00:00

11 lines
281 B
Modula-2

module github.com/eko/pihole-exporter
go 1.12
require (
github.com/heetch/confita v0.8.0
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
)