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: vgo vendor without dependency complaint '... vgo.list no such file or directory' #25843

Closed
flibustenet opened this issue Jun 12, 2018 · 1 comment
Labels
FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done.
Milestone

Comments

@flibustenet
Copy link

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

go version go1.10.3 linux/amd64 vgo:2018-02-20.1

Does this issue reproduce with the latest release?

yes

What did you do?

A project without any dependency

package main

import "fmt"

func main() {
	fmt.Println("hello")
}
$ touch go.mod
$ vgo vendor

What did you expect to see?

Empty vendor or nothing

What did you see instead?

vgo vendor: open /tmp/t/src/t/vendor/vgo.list: no such file or directory

@gopherbot gopherbot added this to the vgo milestone Jun 12, 2018
@oiooj oiooj changed the title x/vgo vgo vendor without dependency complaint '... vgo.list no such file or directory' x/vgo: vgo vendor without dependency complaint '... vgo.list no such file or directory' Jun 12, 2018
@oiooj oiooj added the NeedsFix The path to resolution is known, but the work has not been done. label Jun 12, 2018
@gopherbot
Copy link

Change https://golang.org/cl/118235 mentions this issue: cmd/go/internal/vgo: fix vendor fails without dependencies

@golang golang locked and limited conversation to collaborators Jun 13, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done.
Projects
None yet
Development

No branches or pull requests

3 participants