Skip to content
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

Trouble installing binaries from a 3rd party project #76

Closed
kevinburkeshyp opened this issue Feb 6, 2015 · 1 comment
Closed

Trouble installing binaries from a 3rd party project #76

kevinburkeshyp opened this issue Feb 6, 2015 · 1 comment

Comments

@kevinburkeshyp
Copy link

We have a Heroku app (repo A) used mainly for scheduling. I'd like to load another Go project (repo B) and its binaries as a dependency when repo A builds.

I got it working by adding both all of repo B's dependencies as Godeps, and then also adding repo B as a Git submodule, but this seems like a duplication of work. If I remove the Git submodule, I get warning: "./..." matched no packages. I could fork the buildpack and explicitly write godep go install github.com/repoB but this also seems bad.

Is there a better way?

@kevinburkeshyp
Copy link
Author

Ended up resolving this by adding a dummy Go file with every import I needed, and a main function to repo A

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants