mirror of
https://github.com/eko/pihole-exporter.git
synced 2024-11-13 10:03:55 +01:00
a2c48cc105
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.8.0 to 1.9.0. - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/master/CHANGELOG.md) - [Commits](https://github.com/prometheus/client_golang/compare/v1.8.0...v1.9.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
10 lines
191 B
Modula-2
10 lines
191 B
Modula-2
module github.com/eko/pihole-exporter
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/heetch/confita v0.9.2
|
|
github.com/prometheus/client_golang v1.9.0
|
|
golang.org/x/net v0.0.0-20200625001655-4c5254603344
|
|
)
|