2021-02-18 23:03:10 +03:00
|
|
|
module github.com/unistack-org/micro-wrapper-breaker-hystrix/v3
|
2020-01-17 14:03:02 +03:00
|
|
|
|
2021-02-18 23:03:10 +03:00
|
|
|
go 1.16
|
2020-01-17 14:03:02 +03:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/afex/hystrix-go v0.0.0-20180502004556-fa1af6a1f4f5
|
2021-02-18 23:03:10 +03:00
|
|
|
github.com/smartystreets/goconvey v0.0.0-20190330032615-68dc04aab96a // indirect
|
2021-03-06 21:43:05 +03:00
|
|
|
github.com/unistack-org/micro/v3 v3.2.18
|
2020-01-17 14:03:02 +03:00
|
|
|
)
|