update to latest micro

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2021-11-03 11:21:54 +03:00
parent 8fd9565d9f
commit cf0406a859
15 changed files with 493 additions and 1540 deletions

11
go.mod
View File

@@ -1,9 +1,10 @@
module github.com/unistack-org/micro-meter-prometheus/v3
module go.unistack.org/micro-meter-prometheus/v3
go 1.15
go 1.16
require (
github.com/prometheus/client_golang v1.10.0
github.com/unistack-org/micro/v3 v3.3.17
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
github.com/prometheus/client_golang v1.11.0
github.com/prometheus/client_model v0.2.0
github.com/prometheus/common v0.26.0
go.unistack.org/micro/v3 v3.8.7
)