Skip to content
This repository has been archived by the owner on Feb 26, 2019. It is now read-only.

[feature] Packages aliasing #483

Open
on99 opened this issue Jun 2, 2016 · 6 comments
Open

[feature] Packages aliasing #483

on99 opened this issue Jun 2, 2016 · 6 comments

Comments

@on99
Copy link

on99 commented Jun 2, 2016

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.

@freeformz
Copy link

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 github.com/heroku/slog from the location github.com/freeformz/slog.

...
"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?

@on99
Copy link
Author

on99 commented Jun 3, 2016

I think that's a good start. @freeformz

@on99
Copy link
Author

on99 commented Jun 12, 2016

Any progress? @freeformz

@vladimirvivien
Copy link

@on99 @freeformz Any progress on this feature?

@jmwilkinson
Copy link

What is the status on this?

@freeformz
Copy link

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.
Projects
None yet
Development

No branches or pull requests

4 participants