Skip to content
This repository has been archived by the owner on Feb 26, 2019. It is now read-only.

Add "force" option to save or update #455

Open
ralfthewise opened this issue Apr 13, 2016 · 1 comment
Open

Add "force" option to save or update #455

ralfthewise opened this issue Apr 13, 2016 · 1 comment

Comments

@ralfthewise
Copy link

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.

@frankcarey
Copy link

frankcarey commented Jul 26, 2016

Yeah, I second this.. also seemed to happen if I manually deleted my vendor folder that it wasn't being recreated.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants