update go-micro and fix client/selector usage

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2020-07-17 01:29:28 +03:00
parent bb1601e811
commit bc88b9f922
3 changed files with 9 additions and 8 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.9.1-0.20200716123506-3627e47f04eb
github.com/micro/go-micro/v2 v2.9.1-0.20200716153311-f9bf56239306
github.com/prometheus/client_golang v1.5.1
github.com/prometheus/client_model v0.2.0
github.com/stretchr/testify v1.4.0