update go-micro to v2.5.0

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2020-04-16 16:01:02 +03:00
parent 53940dda18
commit 0d429a180c
2 changed files with 28 additions and 24 deletions

2
go.mod
View File

@@ -3,7 +3,7 @@ module github.com/micro/go-plugins/wrapper/monitoring/prometheus/v2
go 1.13
require (
github.com/micro/go-micro/v2 v2.3.0
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/stretchr/testify v1.4.0