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-08-28 17:23:18 +03:00
|
|
|
github.com/prometheus/client_golang v1.13.0
|
2022-10-19 22:50:00 +03:00
|
|
|
github.com/prometheus/client_model v0.3.0
|
2022-08-28 17:23:18 +03:00
|
|
|
github.com/prometheus/common v0.37.0
|
2022-12-28 09:04:01 +03:00
|
|
|
go.unistack.org/micro/v3 v3.9.18
|
2020-01-17 14:03:02 +03:00
|
|
|
)
|