micro-meter-victoriametrics/go.mod
dependabot[bot] 15bc60fedc
Bump github.com/VictoriaMetrics/metrics from 1.18.1 to 1.22.2 (#88)
Bumps [github.com/VictoriaMetrics/metrics](https://github.com/VictoriaMetrics/metrics) from 1.18.1 to 1.22.2.
- [Release notes](https://github.com/VictoriaMetrics/metrics/releases)
- [Commits](https://github.com/VictoriaMetrics/metrics/compare/v1.18.1...v1.22.2)

---
updated-dependencies:
- dependency-name: github.com/VictoriaMetrics/metrics
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-28 17:23:14 +03:00

9 lines
154 B
Modula-2

module go.unistack.org/micro-meter-victoriametrics/v3
go 1.16
require (
github.com/VictoriaMetrics/metrics v1.22.2
go.unistack.org/micro/v3 v3.9.11
)