Merge pull request #384 from divebomb/develop
Imp: trace error of getGettyRpcClient
No related branches found
No related tags found
Showing
- go.mod 3 additions, 3 deletionsgo.mod
- go.sum 6 additions, 5 deletionsgo.sum
- protocol/dubbo/client.go 10 additions, 0 deletionsprotocol/dubbo/client.go
- protocol/dubbo/listener.go 1 addition, 0 deletionsprotocol/dubbo/listener.go
- protocol/dubbo/pool.go 3 additions, 2 deletionsprotocol/dubbo/pool.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.3.1-0.20200111150223-4ce8c8d0d7ac | ||
github.com/apache/dubbo-go-hessian2 v1.3.1-0.20200302092433-6ae5479d93a3 | ||
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.3.2 | ||
github.com/dubbogo/getty v1.3.3 | ||
github.com/dubbogo/go-zookeeper v1.0.0 | ||
github.com/dubbogo/gost v1.5.2 | ||
github.com/fastly/go-utils v0.0.0-20180712184237-d95a45783239 // indirect | ||
... | ... | @@ -42,7 +42,7 @@ require ( |
github.com/satori/go.uuid v1.2.0 | ||
github.com/smartystreets/goconvey v0.0.0-20190710185942-9d28bd7c0945 // indirect | ||
github.com/soheilhy/cmux v0.1.4 // indirect | ||
github.com/stretchr/testify v1.4.0 | ||
github.com/stretchr/testify v1.5.1 | ||
github.com/tebeka/strftime v0.1.3 // indirect | ||
github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5 // indirect | ||
github.com/toolkits/concurrent v0.0.0-20150624120057-a4371d70e3e3 // indirect | ||
... | ... |
Please register or sign in to comment