wrapper/monitoring/prometheus: small fixes

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2020-04-17 23:08:25 +03:00
parent f6c0b6ca47
commit 22acd2b61a
4 changed files with 20 additions and 15 deletions

4
go.mod
View File

@@ -4,7 +4,7 @@ go 1.13
require (
github.com/micro/go-micro/v2 v2.5.0
github.com/prometheus/client_golang v1.3.0
github.com/prometheus/client_model v0.1.0
github.com/prometheus/client_golang v1.5.1
github.com/prometheus/client_model v0.2.0
github.com/stretchr/testify v1.4.0
)