This repository has been archived by the owner on Feb 26, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 454
[feature] Packages aliasing #483
Labels
Comments
Would an "origin" field referencing the full path to a different repo location be acceptable (this is what vendor.json does)? So you would have something like this to "alias" the package ...
"Deps": [
{
"ImportPath": "github.com/heroku/slog",
"Origin": "github.com/freeformz/slog",
"Rev": "abcdefg"
}
]
... restore would also have to add the other remote somehow and also fetch from there. Maybe it's okay to punt on that though to start? |
I think that's a good start. @freeformz |
Any progress? @freeformz |
@on99 @freeformz Any progress on this feature? |
What is the status on this? |
I'm not actively maintaining godep anymore. I should update the README to reflect that. I suggest taking a look at dep instead. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, I would like to request for the packages aliasing feature which can help quite a lot when we are working with github forks.
This issue may duplicates #64 but it was closed.
The text was updated successfully, but these errors were encountered: