mirror of
https://github.com/jangraefen/hcloud-pricing-exporter
synced 2024-11-10 14:04:15 +00:00
150ab8543a
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.10.0 to 1.11.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.10.0...v1.11.0) --- updated-dependencies: - dependency-name: github.com/prometheus/client_golang dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
9 lines
208 B
Modula-2
9 lines
208 B
Modula-2
module github.com/jangraefen/hcloud-pricing-exporter
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/hetznercloud/hcloud-go v1.26.1
|
|
github.com/jtaczanowski/go-scheduler v0.1.0
|
|
github.com/prometheus/client_golang v1.11.0
|
|
)
|