update for latest micro

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2021-02-18 23:05:39 +03:00
parent 47f5e34754
commit 30ae33911b
5 changed files with 47 additions and 467 deletions

8
go.mod
View File

@@ -1,8 +1,10 @@
module github.com/unistack-org/micro-wrapper-breaker-sony
module github.com/unistack-org/micro-wrapper-breaker-sony/v3
go 1.13
go 1.16
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/sony/gobreaker v0.4.1
github.com/unistack-org/micro/v3 v3.0.0-gamma.0.20201001130505-cacd33e84f97
github.com/stretchr/testify v1.7.0 // indirect
github.com/unistack-org/micro/v3 v3.2.14
)