update go-micro and micro to v2.9.1

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2020-07-06 17:10:16 +03:00
parent e1df511dd3
commit ba46e6d0d4
2 changed files with 3 additions and 3 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.8.0
github.com/micro/go-micro/v2 v2.9.1
github.com/prometheus/client_golang v1.5.1
github.com/prometheus/client_model v0.2.0
github.com/stretchr/testify v1.4.0