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 cc51354313
commit 213cfc5a2b
3 changed files with 9 additions and 8 deletions

2
go.mod
View File

@@ -4,7 +4,7 @@ go 1.13
require (
github.com/VictoriaMetrics/metrics v1.9.3
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/stretchr/testify v1.4.0
)