micro-wrapper-breaker-sony/go.mod

9 lines
188 B
Modula-2
Raw Normal View History

module github.com/unistack-org/micro-wrapper-gobreaker
go 1.13
require (
github.com/sony/gobreaker v0.4.1
github.com/unistack-org/micro/v3 v3.0.0-gamma.0.20201001130505-cacd33e84f97
)