mirror of
https://github.com/eko/pihole-exporter.git
synced 2024-11-21 11:05:22 +01:00
3fd29fc20a
Bumps [github.com/xonvanetta/shutdown](https://github.com/xonvanetta/shutdown) from 0.0.2 to 0.0.3. - [Release notes](https://github.com/xonvanetta/shutdown/releases) - [Commits](https://github.com/xonvanetta/shutdown/compare/v0.0.2...v0.0.3) --- updated-dependencies: - dependency-name: github.com/xonvanetta/shutdown dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
11 lines
232 B
Modula-2
11 lines
232 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.11.0
|
|
github.com/xonvanetta/shutdown v0.0.3
|
|
golang.org/x/net v0.0.0-20200625001655-4c5254603344
|
|
)
|