micro-wrapper-breaker-sony/go.mod

9 lines
152 B
Modula-2
Raw Normal View History

module github.com/micro/go-plugins/wrapper/breaker/gobreaker
go 1.13
require (
github.com/micro/go-micro v1.18.0
github.com/sony/gobreaker v0.4.1
)