go.mod 239 B

12345678910
  1. module code.osinet.fr/fgm/hystrix-demo
  2. go 1.17
  3. require (
  4. github.com/afex/hystrix-go v0.0.0-20180502004556-fa1af6a1f4f5
  5. gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
  6. )
  7. require github.com/smartystreets/goconvey v1.6.4 // indirect