update apollo client
... | ... | @@ -3,14 +3,10 @@ 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/aliyun/aliyun-oss-go-sdk v0.0.0-20190307165228-86c17b95fcd5 // indirect | ||
github.com/apache/dubbo-go-hessian2 v1.4.0 | ||
github.com/baiyubin/aliyun-sts-go-sdk v0.0.0-20180326062324-cfa1a18b161f // indirect | ||
github.com/coreos/bbolt v1.3.3 // indirect | ||
github.com/coreos/etcd v3.3.13+incompatible | ||
github.com/coreos/go-semver v0.3.0 // indirect | ||
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.3 | ||
github.com/dubbogo/go-zookeeper v1.0.0 | ||
... | ... | @@ -20,9 +16,6 @@ require ( |
github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6 // indirect | ||
github.com/golang/mock v1.3.1 | ||
github.com/golang/protobuf v1.3.2 | ||
github.com/google/btree v1.0.0 // indirect | ||
github.com/grpc-ecosystem/go-grpc-middleware v1.0.0 // indirect | ||
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect | ||
github.com/grpc-ecosystem/grpc-gateway v1.9.5 // indirect | ||
github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645 | ||
github.com/hashicorp/consul v1.5.3 | ||
... | ... | @@ -36,19 +29,14 @@ require ( |
github.com/pkg/errors v0.9.1 | ||
github.com/prometheus/client_golang v1.1.0 | ||
github.com/satori/go.uuid v1.2.1-0.20181028125025-b2ce2384e17b | ||
github.com/smartystreets/goconvey v0.0.0-20190710185942-9d28bd7c0945 // indirect | ||
github.com/soheilhy/cmux v0.1.4 // indirect | ||
github.com/stretchr/testify v1.5.1 | ||
github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5 // indirect | ||
github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2 // indirect | ||
github.com/zouyx/agollo v0.0.0-20191114083447-dde9fc9f35b8 | ||
github.com/zouyx/agollo/v3 v3.4.3 | ||
go.etcd.io/bbolt v1.3.3 // indirect | ||
go.etcd.io/etcd v3.3.13+incompatible | ||
go.uber.org/atomic v1.4.0 | ||
go.uber.org/zap v1.10.0 | ||
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 // indirect | ||
google.golang.org/grpc v1.22.1 | ||
gopkg.in/yaml.v2 v2.2.2 | ||
gopkg.in/yaml.v2 v2.2.4 | ||
k8s.io/api v0.0.0-20190325185214-7544f9db76f6 | ||
k8s.io/apimachinery v0.0.0-20190223001710-c182ff3b9841 | ||
k8s.io/client-go v8.0.0+incompatible | ||
... | ... |
This diff is collapsed.
Please register or sign in to comment