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
I believe that go list -mod=readonly -e currently fails the entire command (and does not generate output for any package) if any package in the import graph cannot be resolved from a module already present in the go.mod file.
It should not: instead, it should report errors for the specific packages that could not be resolved from the existing dependencies.
This issue is pulled out from #29452 (comment).
I believe that
go list -mod=readonly -e
currently fails the entire command (and does not generate output for any package) if any package in the import graph cannot be resolved from a module already present in thego.mod
file.It should not: instead, it should report errors for the specific packages that could not be resolved from the existing dependencies.
CC @jayconrod
The text was updated successfully, but these errors were encountered: