pihole-exporter/go.mod
dependabot-preview[bot] 7f76e2aa4b
Bump github.com/heetch/confita from 0.9.1 to 0.9.2
Bumps [github.com/heetch/confita](https://github.com/heetch/confita) from 0.9.1 to 0.9.2.
- [Release notes](https://github.com/heetch/confita/releases)
- [Commits](https://github.com/heetch/confita/compare/v0.9.1...v0.9.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-24 04:45:06 +00:00

10 lines
221 B
Modula-2

module github.com/eko/pihole-exporter
go 1.14
require (
github.com/heetch/confita v0.9.2
github.com/prometheus/client_golang v0.9.3-0.20190127221311-3c4408c8b829
golang.org/x/net v0.0.0-20190620200207-3b0461eec859
)