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 aff916fb1f
commit 2f22fdbcf8
2 changed files with 4 additions and 3 deletions

2
go.mod
View File

@@ -6,7 +6,7 @@ require (
github.com/golang/protobuf v1.4.0
github.com/google/uuid v1.1.1
github.com/hashicorp/memberlist v0.1.5
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/mitchellh/hashstructure v1.0.0
)