Bump github.com/prometheus/common from 0.26.0 to 0.32.1

Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.26.0 to 0.32.1.
- [Release notes](https://github.com/prometheus/common/releases)
- [Commits](https://github.com/prometheus/common/compare/v0.26.0...v0.32.1)

---
updated-dependencies:
- dependency-name: github.com/prometheus/common
  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]
2021-11-24 06:29:55 +00:00
committed by GitHub
parent 54aee07622
commit 4eb66bfe99
2 changed files with 313 additions and 2 deletions

2
go.mod
View File

@@ -5,6 +5,6 @@ go 1.16
require (
github.com/prometheus/client_golang v1.11.0
github.com/prometheus/client_model v0.2.0
github.com/prometheus/common v0.26.0
github.com/prometheus/common v0.32.1
go.unistack.org/micro/v3 v3.8.11
)