mirror of
https://github.com/eko/pihole-exporter.git
synced 2024-11-13 10:03:55 +01:00
7f76e2aa4b
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>
10 lines
221 B
Modula-2
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
|
|
)
|