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 Sep 9, 2020. It is now read-only.
Once #819 is merged, let's add documentation for subpackages to the README and explain how dep treats them. It's a bit confusing right now (before the ensure overhaul) that the lock lists the subpackages but they aren't automatically removed by dep. You must run dep prune to get rid of unused subpackages from vendor.
The text was updated successfully, but these errors were encountered:
Yes, prune needs its own docs. Though they should also include a note - on both the CLI and whatever we write elsewhere - that we plan to subsume prune into ensure.
Once #819 is merged, let's add documentation for subpackages to the README and explain how dep treats them. It's a bit confusing right now (before the ensure overhaul) that the lock lists the subpackages but they aren't automatically removed by dep. You must run
dep prune
to get rid of unused subpackages from vendor.The text was updated successfully, but these errors were encountered: