Merge pull request #212 from fangyincheng/develop
Imp & Fix: issue #217
No related branches found
No related tags found
Showing
- cluster/cluster_impl/failover_cluster_invoker.go 6 additions, 0 deletionscluster/cluster_impl/failover_cluster_invoker.go
- go.mod 2 additions, 2 deletionsgo.mod
- go.sum 8 additions, 6 deletionsgo.sum
- protocol/dubbo/readwriter.go 8 additions, 8 deletionsprotocol/dubbo/readwriter.go
- registry/protocol/protocol.go 1 addition, 1 deletionregistry/protocol/protocol.go
... | ... | @@ -4,7 +4,7 @@ require ( |
github.com/Workiva/go-datastructures v1.0.50 | ||
github.com/afex/hystrix-go v0.0.0-20180502004556-fa1af6a1f4f5 | ||
github.com/aliyun/alibaba-cloud-sdk-go v0.0.0-20190802083043-4cd0c391755e // indirect | ||
github.com/apache/dubbo-go-hessian2 v1.2.5-0.20190909140437-80cbb25cbb22 | ||
github.com/apache/dubbo-go-hessian2 v1.2.5-0.20190923055845-e3dd5d131df5 | ||
github.com/buger/jsonparser v0.0.0-20181115193947-bf1c66bbce23 // indirect | ||
github.com/coreos/bbolt v1.3.3 // indirect | ||
github.com/coreos/etcd v3.3.13+incompatible | ||
... | ... | @@ -12,7 +12,7 @@ require ( |
github.com/coreos/go-systemd v0.0.0-20190719114852-fd7a80b32e1f // indirect | ||
github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f // indirect | ||
github.com/creasty/defaults v1.3.0 | ||
github.com/dubbogo/getty v1.2.2 | ||
github.com/dubbogo/getty v1.3.0 | ||
github.com/dubbogo/gost v1.1.1 | ||
github.com/fastly/go-utils v0.0.0-20180712184237-d95a45783239 // indirect | ||
github.com/go-errors/errors v1.0.1 // indirect | ||
... | ... |
Please register or sign in to comment