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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-07 04:46:27 +00:00

10 lines
221 B
Modula-2

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