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
I'm unable to use dep when I have ffjson as a dependency in a project, because when I try to run dep init it complains about the dependency github.com/foo/vendored, and the reason for this is because dep is trying to flatten vendoring folders found in a dependency, so when it scans ffjson it will find github.com/foo/vendored (in the test folder) and then tries to fetch it from github.
The text was updated successfully, but these errors were encountered:
theCarlG
changed the title
vendor folder in test breaks dep
Vendor folder in test breaks dep
Mar 24, 2018
I'm unable to use dep when I have ffjson as a dependency in a project, because when I try to run
dep init
it complains about the dependency github.com/foo/vendored, and the reason for this is because dep is trying to flatten vendoring folders found in a dependency, so when it scans ffjson it will find github.com/foo/vendored (in the test folder) and then tries to fetch it from github.The text was updated successfully, but these errors were encountered: