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
{{ message }}
This repository has been archived by the owner on May 11, 2019. It is now read-only.
bunch uses go's provided deps list to get the list of packages to use during 'bunch generate'.
Does running go list --json . in your package directory have goimports in the list? If so, there's a dependency on it somewhere, or perhaps it's a subdependency for one of your deps.
No, goimport is not in the list - I manually added it to the Bunchfile with bunch install --save golang.org/x/tools/cmd/goimport. The surprising part is that bunch lock doesn't actually lock goimport.
My project uses goimports as an executable (meaning no file depends on it) and running
bunch lock
emits the following intoBunchfile.lock
:Is this behaviour expected? Why?
The text was updated successfully, but these errors were encountered: