Merge pull request #248 from fangyincheng/develop
upgrade hessian and getty
No related branches found
No related tags found
... | ... | @@ -3,11 +3,8 @@ module github.com/apache/dubbo-go |
require ( | ||
github.com/Workiva/go-datastructures v1.0.50 | ||
github.com/afex/hystrix-go v0.0.0-20180502004556-fa1af6a1f4f5 | ||
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect | ||
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d // indirect | ||
github.com/aliyun/alibaba-cloud-sdk-go v0.0.0-20190802083043-4cd0c391755e // indirect | ||
github.com/apache/dubbo-go-hessian2 v1.2.5-0.20190923055845-e3dd5d131df5 | ||
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 | ||
github.com/apache/dubbo-go-hessian2 v1.2.5-0.20191029001541-894e45c9aaaa | ||
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 | ||
... | ... | @@ -15,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.0 | ||
github.com/dubbogo/getty v1.3.1 | ||
github.com/dubbogo/gost v1.3.0 | ||
github.com/fastly/go-utils v0.0.0-20180712184237-d95a45783239 // indirect | ||
github.com/go-errors/errors v1.0.1 // indirect | ||
... | ... | @@ -38,7 +35,6 @@ require ( |
github.com/nacos-group/nacos-sdk-go v0.0.0-20190723125407-0242d42e3dbb | ||
github.com/pkg/errors v0.8.1 | ||
github.com/prometheus/client_golang v1.1.0 // indirect | ||
github.com/prometheus/common v0.6.0 | ||
github.com/samuel/go-zookeeper v0.0.0-20180130194729-c4fab1ac1bec | ||
github.com/satori/go.uuid v1.2.0 | ||
github.com/smartystreets/goconvey v0.0.0-20190710185942-9d28bd7c0945 // indirect | ||
... | ... |
Please register or sign in to comment