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 (
|
2021-11-03 11:21:54 +03:00
|
|
|
github.com/prometheus/client_golang v1.11.0
|
|
|
|
github.com/prometheus/client_model v0.2.0
|
2021-11-24 09:29:55 +03:00
|
|
|
github.com/prometheus/common v0.32.1
|
2022-01-20 09:24:13 +03:00
|
|
|
go.unistack.org/micro/v3 v3.8.15
|
2020-01-17 14:03:02 +03:00
|
|
|
)
|