Bump github.com/prometheus/client_golang from 1.11.0 to 1.12.0

Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.11.0 to 1.12.0.
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prometheus/client_golang/compare/v1.11.0...v1.12.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>
This commit is contained in:
dependabot[bot]
2022-01-21 06:22:30 +00:00
committed by GitHub
parent fe897ee428
commit d4d0604412
2 changed files with 14 additions and 6 deletions

2
go.mod
View File

@@ -3,7 +3,7 @@ module go.unistack.org/micro-meter-prometheus/v3
go 1.16
require (
github.com/prometheus/client_golang v1.11.0
github.com/prometheus/client_golang v1.12.0
github.com/prometheus/client_model v0.2.0
github.com/prometheus/common v0.32.1
go.unistack.org/micro/v3 v3.8.16