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 (
|
2022-01-21 06:22:30 +00:00
|
|
|
github.com/prometheus/client_golang v1.12.0
|
2021-11-03 11:21:54 +03:00
|
|
|
github.com/prometheus/client_model v0.2.0
|
2021-11-24 06:29:55 +00:00
|
|
|
github.com/prometheus/common v0.32.1
|
2022-01-25 06:23:59 +00:00
|
|
|
go.unistack.org/micro/v3 v3.8.19
|
2020-01-17 14:03:02 +03:00
|
|
|
)
|