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

Support compiling with dep. #15

Closed
kkitai opened this issue Feb 27, 2019 · 2 comments
Closed

Support compiling with dep. #15

kkitai opened this issue Feb 27, 2019 · 2 comments

Comments

@kkitai
Copy link

kkitai commented Feb 27, 2019

My go application is using dep and this release seems to be not supported it. so, bosh can't do "dep ensure" in compile phase.
In workaround. I commit vendor dir into go-app repo. but that is not quite smart.

Would this release has dep pkg?

@kkitai kkitai closed this as completed Feb 27, 2019
@kkitai kkitai reopened this Feb 27, 2019
@jaresty
Copy link

jaresty commented Feb 27, 2019

Hi @kkitai,

This package is meant to be a base install of golang and as such it does not include dep since golang does not include dep. That said, it should be relatively simple to install dep as part of your packaging script with go get -u github.com/golang/dep/cmd/dep instead of vendoring it in your project. Since is not an intended use case for this release, I'm closing this issue for now.

Best,
Josh

@jaresty jaresty closed this as completed Feb 27, 2019
@kkitai
Copy link
Author

kkitai commented Feb 28, 2019

Hi @jaresty .

Thank you for your quick response.
okay. I will try to make my-app vendoring with only use go get or "go.mod".

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