2021-11-03 11:21:54 +03:00
|
|
|
module go.unistack.org/micro-meter-prometheus/v3
|
2020-01-17 14:03:02 +03:00
|
|
|
|
2021-11-03 11:21:54 +03:00
|
|
|
go 1.16
|
2020-01-17 14:03:02 +03:00
|
|
|
|
|
|
|
require (
|
2023-01-31 06:56:14 +03:00
|
|
|
github.com/prometheus/client_golang v1.14.0
|
2022-10-19 22:50:00 +03:00
|
|
|
github.com/prometheus/client_model v0.3.0
|
2023-01-31 06:56:14 +03:00
|
|
|
github.com/prometheus/common v0.39.0
|
2023-02-14 09:58:50 +03:00
|
|
|
go.unistack.org/micro/v3 v3.10.11
|
2020-01-17 14:03:02 +03:00
|
|
|
)
|