-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
cmd/go: module: go mod vendor does not copy test source files #34435
Comments
Would you be able to give a couple examples about which modules/version do not match your expectations? For example, perhaps you expect that Also, |
sure. I expected the module This would greatly help while debugging as I would be able to see that the source code in it was importing However, after doing
|
Note that |
|
|
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
git clone github.com/twitchscience/kinsumer
go mod init
go mod vendor
What did you expect to see?
go mod vendor
checkout the code that is being used by the go.mod file (in the correct version/tag)What did you see instead?
go mod vendor
does not checkout the code that is being used.The text was updated successfully, but these errors were encountered: