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 7142b4b30e
commit 0d8a516ec9
3 changed files with 7 additions and 10 deletions

2
go.mod
View File

@@ -3,7 +3,7 @@ module github.com/micro/go-plugins/wrapper/breaker/gobreaker/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/sony/gobreaker v0.4.1
)