You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The last line is fine, but the resolving of "rsc.io/pdf" is unexpected because that requirement only exists for the submodule (we are currently in top module directory).
The "rubbish.com"go.mod file has also been modified:
Please answer these questions before submitting your issue. Thanks!
What version of Go are you using (
go version
)?Specifically
vgo
is as of 5db81b5cd6ab5ee1dd1b1b0ee0843f194ab7b908Does this issue reproduce with the latest release?
Yes.
What operating system and processor architecture are you using (
go env
)?What did you do?
Edit: edited original issue to make it not depend on
myitcv.io/...
packages.which gives the expected output:
We can also
vgo list
as expected:gives the expected:
But then if we move to the parent (?) module and
vgo list
:we get the possibly-to-be expected:
(although I think you could argue that a module doesn't need to contain source files, it can just contain other modules?)
But then if we:
we get:
The last line is fine, but the resolving of
"rsc.io/pdf"
is unexpected because that requirement only exists for the submodule (we are currently in top module directory).The
"rubbish.com"
go.mod
file has also been modified:which is unexpected.
What did you expect to see?
go.mod
file to be untouchedvgo list ./...
at the top module levelWhat did you see instead?
Per above.
The text was updated successfully, but these errors were encountered: