2020-10-05 14:55:45 +03:00
|
|
|
module github.com/unistack-org/micro-wrapper-breaker-hystrix
|
2020-01-17 14:03:02 +03:00
|
|
|
|
|
|
|
go 1.13
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/afex/hystrix-go v0.0.0-20180502004556-fa1af6a1f4f5
|
2020-10-02 13:11:07 +03:00
|
|
|
github.com/unistack-org/micro/v3 v3.0.0-gamma.0.20201001130505-cacd33e84f97
|
2020-01-17 14:03:02 +03:00
|
|
|
)
|