-
Notifications
You must be signed in to change notification settings - Fork 410
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Suggestion to vendor in external deps #135
Comments
@andymc904 We certainly could vendor it's dependencies, no problem there. For things like |
Well, this package currently uses |
added pr #138 |
I see the PR #138 hanging for a bit now - can it be merged or what's the status? I'm trying to have on-demand installation of tools as per So in the
And then as part of dependecy fetching step we simply run:
This worked OK locally but that is because some of the dependencies were already in
Vendoring dependencies I believe would solve this problem, as Also a side-note that Glide now suggests using |
Issue for me is getting go 1.5 to work with the vendor directory. I haven't been working on it too much lately. We either need to get the go 1.5 build working or need to end go 1.5 support. Feel free to pull down that branch and mess around with the go 1.5 build doubt I'll get around with it anytime soon. |
Thanks for the update. Isn't it quite safe to drop 1.5 at this point where 1.10 is coming up? For example i think |
I would say so but that is @evanphx call |
@evanphx Would it be acceptable to drop 1.5 support for compiling this project? I personally do not see the reason for keeping 1.5 support. |
This package relies on several external packages. Namely severeal
x/
golang libs that are subject to change and stretchr/testifySuggestion is to vendor in external deps in order to:
Several tools for this exist in the golang ecosystem( godeps, glide, etc...)
Can we potentially discuss preferred tooling and add a corresponding dependency management tool
The text was updated successfully, but these errors were encountered: