-
Notifications
You must be signed in to change notification settings - Fork 1k
Support importing godep config during dep init #577
Comments
Is anybody secretly working on it or have an 👁 on it? I'm about to give it a try. Will post findings and questions here. Any suggestions/advise/tips are welcome. |
Posting some available code to refer at glide/godep/godep.go :) |
sweet! ping @carolynvs - you should weigh in, we def want to make sure the same pattern of relying on the Analyzer is used here 😄 |
@darkowlzz You may want to take a look at #500 where I have import working for glide, and hope to have that merged this week. I am still hammering out / slimming down the interface for importers, so that will likely change (removing unnecessary methods). The general idea is that when importers are enabled (i.e. So if you wanted to try to build on top of that PR:
I'd love any feedback you have as you work on this, nothing is set in stone. |
Created #589 based on @carolynvs 's #500. Seems to work, but I would need help from others to verify that it works as expected. Godep struct:
From the above Godep struct, godep importer implemented in #589 ignores Some vendoring tools support import path rewriting, I couldn't find that in godep. Hence, no import path rewriting. |
Similar to #380 , part of epic #186 .
The text was updated successfully, but these errors were encountered: