10 lines
239 B
Modula-2
10 lines
239 B
Modula-2
module code.osinet.fr/fgm/hystrix-demo
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/afex/hystrix-go v0.0.0-20180502004556-fa1af6a1f4f5
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
|
|
)
|
|
|
|
require github.com/smartystreets/goconvey v1.6.4 // indirect
|