Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

runtimevar/etcdvar: etcd has all sorts of go.mod problems #2914

Closed
vangent opened this issue Dec 3, 2020 · 3 comments · Fixed by #3157
Closed

runtimevar/etcdvar: etcd has all sorts of go.mod problems #2914

vangent opened this issue Dec 3, 2020 · 3 comments · Fixed by #3157
Assignees

Comments

@vangent
Copy link
Contributor

vangent commented Dec 3, 2020

etcd-io/etcd#12124
etcd-io/etcd#11931
etcd-io/etcd#11749

This means we can't update etcd or a bunch of other unrelated modules (like cloud.google.com).

Plan is to drop support for etcd going forward until these are fixed. Users can continue using the current tagged version of go-cloud.

@saheljalal
Copy link

All the indicated issues appear closed now. Could we evaluate if support will be added back here?

@vangent
Copy link
Contributor Author

vangent commented Apr 21, 2022

I try it every once in a while:

$ cd runtimevar/etcd
$ go get -u
....
$ go build

I still get errors:

# github.com/coreos/etcd/clientv3/balancer/resolver/endpoint
../../../../../../pkg/mod/github.com/coreos/etcd@v3.3.27+incompatible/clientv3/balancer/resolver/endpoint/endpoint.go:114:87: undefined: resolver.BuildOption
../../../../../../pkg/mod/github.com/coreos/etcd@v3.3.27+incompatible/clientv3/balancer/resolver/endpoint/endpoint.go:182:40: undefined: resolver.ResolveNowOption
# github.com/coreos/etcd/clientv3/balancer/picker
../../../../../../pkg/mod/github.com/coreos/etcd@v3.3.27+incompatible/clientv3/balancer/picker/err.go:37:53: undefined: balancer.PickOptions
../../../../../../pkg/mod/github.com/coreos/etcd@v3.3.27+incompatible/clientv3/balancer/picker/roundrobin_balanced.go:55:63: undefined: balancer.PickOptions

@vangent
Copy link
Contributor Author

vangent commented Apr 21, 2022

I would love it if someone would tell me how to fix this, but I spent so much time on it a year ago with no success that I am totally unmotivated to do so now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants