hystrix filter added
filter/impl/hystrix_filter.go
0 → 100644
module github.com/apache/dubbo-go | ||
require ( | ||
github.com/afex/hystrix-go v0.0.0-20180502004556-fa1af6a1f4f5 | ||
github.com/dubbogo/getty v1.0.7 | ||
github.com/dubbogo/gost v1.0.0 | ||
github.com/dubbogo/hessian2 v1.1.2 | ||
github.com/magiconair/properties v1.8.1 | ||
github.com/pkg/errors v0.8.1 | ||
github.com/samuel/go-zookeeper v0.0.0-20180130194729-c4fab1ac1bec | ||
github.com/smartystreets/goconvey v0.0.0-20190710185942-9d28bd7c0945 // indirect | ||
github.com/stretchr/testify v1.3.0 | ||
go.uber.org/atomic v1.4.0 | ||
go.uber.org/zap v1.10.0 | ||
... | ... |
Please register or sign in to comment