Merge branch 'develop' of github.com:apache/dubbo-go into fix/metadata_fail
No related branches found
No related tags found
module github.com/apache/dubbo-go | ||
go 1.15 | ||
require ( | ||
github.com/NYTimes/gziphandler v1.1.1 // indirect | ||
github.com/RoaringBitmap/roaring v0.5.5 | ||
... | ... | @@ -9,7 +7,7 @@ require ( |
github.com/afex/hystrix-go v0.0.0-20180502004556-fa1af6a1f4f5 | ||
github.com/alibaba/sentinel-golang v1.0.1 | ||
github.com/apache/dubbo-getty v1.4.1 | ||
github.com/apache/dubbo-go-hessian2 v1.8.0 | ||
github.com/apache/dubbo-go-hessian2 v1.8.2 | ||
github.com/coreos/etcd v3.3.25+incompatible | ||
github.com/creasty/defaults v1.5.1 | ||
github.com/dubbogo/go-zookeeper v1.0.2 | ||
... | ... |
Please register or sign in to comment