Merge pull request #1003 from fangyincheng/trim-filter
Imp: add trim for filter name list in config file
No related branches found
No related tags found
Showing
- go.mod 2 additions, 2 deletionsgo.mod
- go.sum 4 additions, 2 deletionsgo.sum
- protocol/protocolwrapper/protocol_filter_wrapper.go 1 addition, 1 deletionprotocol/protocolwrapper/protocol_filter_wrapper.go
- protocol/protocolwrapper/protocol_filter_wrapper_test.go 2 additions, 2 deletionsprotocol/protocolwrapper/protocol_filter_wrapper_test.go
... | ... | @@ -7,7 +7,7 @@ require ( |
github.com/RoaringBitmap/roaring v0.5.5 | ||
github.com/Workiva/go-datastructures v1.0.52 | ||
github.com/afex/hystrix-go v0.0.0-20180502004556-fa1af6a1f4f5 | ||
github.com/alibaba/sentinel-golang v1.0.1 | ||
github.com/alibaba/sentinel-golang v1.0.2 | ||
github.com/apache/dubbo-getty v1.4.1 | ||
github.com/apache/dubbo-go-hessian2 v1.8.2 | ||
github.com/coreos/etcd v3.3.25+incompatible | ||
... | ... | @@ -39,7 +39,7 @@ require ( |
github.com/prometheus/client_golang v1.8.0 | ||
github.com/satori/go.uuid v1.2.1-0.20181028125025-b2ce2384e17b | ||
github.com/stretchr/objx v0.2.0 // indirect | ||
github.com/stretchr/testify v1.6.1 | ||
github.com/stretchr/testify v1.7.0 | ||
github.com/zouyx/agollo/v3 v3.4.5 | ||
go.uber.org/atomic v1.7.0 | ||
go.uber.org/zap v1.16.0 | ||
... | ... |
Please register or sign in to comment