Closed allenpetersen closed 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.
go mod tidy
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.