libopenstorage / cloudops

Apache License 2.0
7 stars 13 forks source link

PWX-23110: use go.etcd.io import instead of coreos/etcd #145

Closed pureneelesh closed 1 year ago

pureneelesh commented 1 year ago

What this PR does / why we need it: As part of move to etcd 3.4.24, we need to use go.etcd.io import everywhere.

Replaced github.com/coreos/etcd by go.etcd.io/etcd.

Also, added sched-ops to replace section to avoid error in go mod download.

Which issue(s) this PR fixes (optional) PWX-23110

Special notes for your reviewer:

pureneelesh commented 1 year ago

I don't see any updates to vendor/github.com/portworx/kvdb. vendor/github.com/portworx/kvdb/Gopkg.lock references github.com/coreos/etcd. Will that be a problem?

Vendored in the latest kvdb.