use latest go-micro and cleanup go.mod

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2020-02-13 00:42:18 +03:00
parent 0ad2f5886d
commit fe0530ea63
2 changed files with 6 additions and 62 deletions

2
go.mod
View File

@@ -3,6 +3,6 @@ module github.com/micro/go-plugins/wrapper/breaker/gobreaker/v2
go 1.13
require (
github.com/micro/go-micro/v2 v2.0.0
github.com/micro/go-micro/v2 v2.0.1-0.20200212105717-d76baf59de2e
github.com/sony/gobreaker v0.4.1
)