10 lines
273 B
Modula-2
10 lines
273 B
Modula-2
module github.com/unistack-org/micro-wrapper-breaker-hystrix/v3
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/afex/hystrix-go v0.0.0-20180502004556-fa1af6a1f4f5
|
|
github.com/smartystreets/goconvey v0.0.0-20190330032615-68dc04aab96a // indirect
|
|
github.com/unistack-org/micro/v3 v3.3.14
|
|
)
|