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 was archived by the owner on Sep 9, 2020. It is now read-only.
#1912 introduced the DeltaWriter, which regenerates only the parts of vendor that have changed, instead of all of it. i didn't use it for the dep ensure -vendor-only path, however, because DeltaWriter.Write() will also update Gopkg.lock right now. It's fixable, but it's a little awkward without jamming some new parameters into the API, and i didn't have the bandwidth to handle to come up with a more elegant solution. (Plus, it's a nice backstop against bugs in the DeltaWriter - there's still at least sorta a way of accessing the old behavior)
Still, -vendor-only does need to move away from SafeWriter sooner rather than later.