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
We purposely check third party dependencies in. We been bitten a few times by third party devs removing their project, moving their project or removing a tag. Checking the dependencies in also means commands like go get and go install will always work.
https://github.com/Masterminds/glide
This could ease adding dependencies as in #58 and optionally remove the need to check
vendor
into source control.The text was updated successfully, but these errors were encountered: