micro-wrapper-breaker-sony/go.mod

11 lines
254 B
Modula-2

module github.com/unistack-org/micro-wrapper-breaker-sony/v3
go 1.16
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/sony/gobreaker v0.4.1
github.com/stretchr/testify v1.7.0 // indirect
github.com/unistack-org/micro/v3 v3.2.17
)