micro-meter-prometheus/go.mod
dependabot[bot] dbc53d520a
Bump github.com/prometheus/common from 0.34.0 to 0.35.0 (#68)
Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.34.0 to 0.35.0.
- [Release notes](https://github.com/prometheus/common/releases)
- [Commits](https://github.com/prometheus/common/compare/v0.34.0...v0.35.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>
2022-06-25 23:16:25 +03:00

11 lines
230 B
Modula-2

module go.unistack.org/micro-meter-prometheus/v3
go 1.16
require (
github.com/prometheus/client_golang v1.12.2
github.com/prometheus/client_model v0.2.0
github.com/prometheus/common v0.35.0
go.unistack.org/micro/v3 v3.9.8
)