mirror of
https://github.com/eko/pihole-exporter.git
synced 2024-11-13 10:03:55 +01:00
6d3234908a
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>
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.1
|
|
github.com/prometheus/client_golang v0.9.3-0.20190127221311-3c4408c8b829
|
|
golang.org/x/net v0.0.0-20190503192946-f4e77d36d62c
|
|
)
|