-
Notifications
You must be signed in to change notification settings - Fork 1k
dep init --override-source #1111
Comments
Since override has pretty special meaning, what about something that is similar to what
|
Sounds perfect. I wonder though whether we also need version overrides. Are there analogous flags? |
The syntax that ensure uses is Though upon thinking about it further, if we used a file, we could treat it just like any other external config (like glide/godep, etc) and not need to shoe horn this in. Stepping back a bit, since k8's does use godep, I'm wondering if you are asking for this because I haven't get gotten the importers working for k8's yet (I swear that I'm making progress!) If that worked, would this still be a feature with a strong use case? |
Actually, I noticed the missing But in fact this is a general problem I will have now, at least with I want to create a Does this make sense? |
Actually, a |
Are you looking to have dep inspect your gopath? Give |
Oh :-) |
Let me know if that works for you, and we can either close this or keep digging for a solution. |
@sttts is |
|
yeah - workin on that 😄 |
i think the original need here is met, even if @sttts' individual progress is blocked by the other issue. closing |
It's impossible to run
dep init
on a repository which requires the use of an alternativesource
for a package.What I would like to have is a syntax like:
Alternatively, a pre-existing file with overrides would work:
The text was updated successfully, but these errors were encountered: