micro-meter-prometheus/go.mod
dependabot[bot] 22a635530d
Some checks failed
codeql / analyze (go) (pull_request) Failing after 4s
prbuild / test (pull_request) Failing after 5s
prbuild / lint (pull_request) Failing after 4s
Bump github.com/prometheus/common from 0.39.0 to 0.41.0
Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.39.0 to 0.41.0.
- [Release notes](https://github.com/prometheus/common/releases)
- [Commits](https://github.com/prometheus/common/compare/v0.39.0...v0.41.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>
2023-03-02 07:15:33 +00:00

11 lines
232 B
Modula-2

module go.unistack.org/micro-meter-prometheus/v3
go 1.16
require (
github.com/prometheus/client_golang v1.14.0
github.com/prometheus/client_model v0.3.0
github.com/prometheus/common v0.41.0
go.unistack.org/micro/v3 v3.10.14
)