improve etcd version and change create to put (#1203)
Showing
- go.mod 5 additions, 3 deletionsgo.mod
- go.sum 57 additions, 13 deletionsgo.sum
- metadata/report/etcd/report.go 4 additions, 4 deletionsmetadata/report/etcd/report.go
- metadata/report/etcd/report_test.go 1 addition, 1 deletionmetadata/report/etcd/report_test.go
- registry/etcdv3/listener_test.go 1 addition, 1 deletionregistry/etcdv3/listener_test.go
- registry/etcdv3/registry.go 1 addition, 1 deletionregistry/etcdv3/registry.go
- remoting/etcdv3/listener.go 2 additions, 2 deletionsremoting/etcdv3/listener.go
- remoting/etcdv3/listener_test.go 1 addition, 1 deletionremoting/etcdv3/listener_test.go
... | ... | @@ -15,7 +15,7 @@ require ( |
github.com/creasty/defaults v1.5.1 | ||
github.com/docker/go-connections v0.4.0 // indirect | ||
github.com/dubbogo/go-zookeeper v1.0.3 | ||
github.com/dubbogo/gost v1.11.8 | ||
github.com/dubbogo/gost v1.11.9 | ||
github.com/dubbogo/triple v1.0.0 | ||
github.com/elazarl/go-bindata-assetfs v1.0.0 // indirect | ||
github.com/emicklei/go-restful/v3 v3.4.0 | ||
... | ... | @@ -51,10 +51,12 @@ require ( |
github.com/stretchr/objx v0.2.0 // indirect | ||
github.com/stretchr/testify v1.7.0 | ||
github.com/zouyx/agollo/v3 v3.4.5 | ||
go.etcd.io/etcd v0.0.0-20200402134248-51bdeb39e698 | ||
go.etcd.io/etcd/api/v3 v3.5.0-alpha.0 | ||
go.etcd.io/etcd/client/v3 v3.5.0-alpha.0 | ||
go.etcd.io/etcd/server/v3 v3.5.0-alpha.0 | ||
go.uber.org/atomic v1.7.0 | ||
go.uber.org/zap v1.16.0 | ||
google.golang.org/grpc v1.33.1 | ||
google.golang.org/grpc v1.36.0 | ||
gopkg.in/yaml.v2 v2.4.0 | ||
k8s.io/api v0.16.9 | ||
k8s.io/apimachinery v0.16.9 | ||
... | ... |
This diff is collapsed.
Please register or sign in to comment