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 Feb 26, 2019. It is now read-only.
Often times after merging branches my "vendor" directory is left in an inconsistent state and I just want to re-vendor. However, doing a godep save or godep update ends up being a no-op because it seems like godep assumes there are no changes based on the SHAs in Godeps.json. It would be nice to be able to do godep save -f or some such that would always copy dependencies to "vendor", even if it thinks things are already up to date.
The text was updated successfully, but these errors were encountered:
Often times after merging branches my "vendor" directory is left in an inconsistent state and I just want to re-vendor. However, doing a
godep save
orgodep update
ends up being a no-op because it seems like godep assumes there are no changes based on the SHAs inGodeps.json
. It would be nice to be able to dogodep save -f
or some such that would always copy dependencies to "vendor", even if it thinks things are already up to date.The text was updated successfully, but these errors were encountered: