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
estimate: fix for modules that don't have a root package
Some modules don't have any .go files in their root directory (e.g.
github.com/autobrr/qui), which means they have no root package. This
led to the error "no required module provides package foo" when trying
to list the direct dependencies of the estimated module.
To fix this, we now make sure to use "go list" in module mode using
the "-m" option when looking for the module directory in the GOPATH.
0 commit comments