Files
micro-hook-breaker/go.mod
2021-02-18 14:14:34 +00:00

9 lines
156 B
Modula-2

module github.com/unistack-org/micro-wrapper-breaker-sony
go 1.13
require (
github.com/sony/gobreaker v0.4.1
github.com/unistack-org/micro/v3 v3.2.14
)