Bump github.com/prometheus/common from 0.33.0 to 0.34.0 (#63)

Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.33.0 to 0.34.0.
- [Release notes](https://github.com/prometheus/common/releases)
- [Commits](https://github.com/prometheus/common/compare/v0.33.0...v0.34.0)

---
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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2022-04-21 15:15:24 +03:00
committed by GitHub
parent 44a26918f9
commit 9ef586a818
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -5,6 +5,6 @@ go 1.16
require (
github.com/prometheus/client_golang v1.12.1
github.com/prometheus/client_model v0.2.0
github.com/prometheus/common v0.33.0
github.com/prometheus/common v0.34.0
go.unistack.org/micro/v3 v3.9.7
)