-
Notifications
You must be signed in to change notification settings - Fork 18k
x/vgo: vgo list -m doesn't list dependencies #27386
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
Comments
@rsc are we going to update x/vgo going forward? |
I hear from @bcmills that we roll changes from the go tool to x/vgo on every release. @huydinhle can you share your |
go.mod
go version go1.10.3 linux/amd64 vgo:devel +1b870077c8
go version go1.11 linux/amd64
|
Try |
(You might need to set |
Timed out in state WaitingForInfo. Closing. (I am just a bot, though. Please speak up if this is a mistake or you have the requested information.) |
Please answer these questions before submitting your issue. Thanks!
What version of Go are you using (
go version
)?go version go1.10.3
Does this issue reproduce with the latest release?
no
What operating system and processor architecture are you using (
go env
)?What did you do?
i follow this guide https://research.swtch.com/vgo-tour till the
vgo list -m
commandWhat did you expect to see?
vgo list -m
github.com/huydinhle/vgo-example
golang.org/x/text v0.0.0-20170915032832-14c0d48ead0c v0.3.0 (2017-12-14 08:08)
rsc.io/quote v1.5.2 (2018-02-14 10:44) -
rsc.io/sampler v1.3.0 (2018-02-13 14:05) v1.99.99 (2018-02-13 17:20)
What did you see instead?
vgo list -m
github.com/huydinhle/vgo-example
The text was updated successfully, but these errors were encountered: