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

x/vgo: coreos/etcd should be v1, not v3 #25576

Closed
cflewis opened this issue May 25, 2018 · 1 comment
Closed

x/vgo: coreos/etcd should be v1, not v3 #25576

cflewis opened this issue May 25, 2018 · 1 comment
Milestone

Comments

@cflewis
Copy link
Member

cflewis commented May 25, 2018

What version of Go are you using (go version)?

go version go1.10.2 linux/amd64

Does this issue reproduce with the latest release?

Yes.

What did you do?

vgo test ./...

What did you expect to see?

ok

What did you see instead?

vgo: finding go.opencensus.io v0.9.0
vgo: finding github.com/dnaeon/go-vcr v0.0.0-20180504081357-f8a7e8b9c630
vgo: finding github.com/dnaeon/go-vcr v0.0.0-20180504081357-f8a7e8b9c630
vgo: parsing downloaded go.mod: go.mod:6: invalid module: github.com/coreos/etcd should be v1, not v3 (v3.3.4)
@gopherbot gopherbot added this to the vgo milestone May 25, 2018
@cflewis
Copy link
Member Author

cflewis commented May 25, 2018

A go get -u golang.org/x/vgo fixed this. Sorry for the noise, I should have realized to do that first 😞

@cflewis cflewis closed this as completed May 25, 2018
@golang golang locked and limited conversation to collaborators May 25, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants