2021-02-18 23:05:39 +03:00
|
|
|
module github.com/unistack-org/micro-wrapper-breaker-sony/v3
|
2020-01-17 14:03:02 +03:00
|
|
|
|
2021-02-18 23:05:39 +03:00
|
|
|
go 1.16
|
2020-01-17 14:03:02 +03:00
|
|
|
|
|
|
|
require (
|
2021-02-18 23:05:39 +03:00
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
2020-01-17 14:03:02 +03:00
|
|
|
github.com/sony/gobreaker v0.4.1
|
2021-02-18 23:05:39 +03:00
|
|
|
github.com/stretchr/testify v1.7.0 // indirect
|
2021-03-15 01:48:42 +03:00
|
|
|
github.com/unistack-org/micro/v3 v3.2.22
|
2020-01-17 14:03:02 +03:00
|
|
|
)
|