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 Jun 6, 2022. It is now read-only.
When godep vendors source code it removes "import comments" from package statements. We will need to accommodate this somehow.
Perhaps we need to
identify whether the top-level package using godep (look for Godeps/Godeps.json)
if so, for each upstream tag/commit in a vendored project, try first with 'git ls-tree ...' and then if that fails try building a FileHashes map from files in the working tree (that match the subset we are looking for) that we modify in the same way as godep
The text was updated successfully, but these errors were encountered:
When godep vendors source code it removes "import comments" from package statements. We will need to accommodate this somehow.
Perhaps we need to
The text was updated successfully, but these errors were encountered: