pihole-exporter/go.mod
dependabot[bot] b8642f2459
Bump github.com/heetch/confita from 0.9.2 to 0.10.0
Bumps [github.com/heetch/confita](https://github.com/heetch/confita) from 0.9.2 to 0.10.0.
- [Release notes](https://github.com/heetch/confita/releases)
- [Commits](https://github.com/heetch/confita/compare/v0.9.2...v0.10.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-04 20:38:12 +00:00

10 lines
193 B
Modula-2

module github.com/eko/pihole-exporter
go 1.15
require (
github.com/heetch/confita v0.10.0
github.com/prometheus/client_golang v1.10.0
golang.org/x/net v0.0.0-20200625001655-4c5254603344
)