kvtools / valkeyrie

Distributed Key/Value Store Abstraction Library written in Go.
https://pkg.go.dev/github.com/kvtools/valkeyrie
Apache License 2.0
278 stars 43 forks source link

Update etcd using new module structure #49

Closed allenpetersen closed 3 years ago

allenpetersen commented 3 years ago

With etcd v3.5.0 they have fixed their broken versioning. This PR uses the new module structure.

I also ran go mod tidy which removed a number of indirect dependencies, I assume from the old broken etcd module files.