2020-01-31 01:26:39 +03:00
|
|
|
module github.com/micro/go-plugins/wrapper/breaker/gobreaker/v2
|
2020-01-17 14:03:02 +03:00
|
|
|
|
|
|
|
go 1.13
|
|
|
|
|
|
|
|
require (
|
2020-07-06 17:10:16 +03:00
|
|
|
github.com/micro/go-micro/v2 v2.9.1
|
2020-01-17 14:03:02 +03:00
|
|
|
github.com/sony/gobreaker v0.4.1
|
|
|
|
)
|