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

Add support for fetching deps from multiple solutions #14

Open
tylerflint opened this issue Jan 31, 2017 · 1 comment
Open

Add support for fetching deps from multiple solutions #14

tylerflint opened this issue Jan 31, 2017 · 1 comment

Comments

@tylerflint
Copy link
Contributor

When the engine was originally designed, the solutions for vendoring were mostly in disarray. As time has passed, it appears that a few solutions are starting to be standardized:

  • GoDep
  • Glide
  • govendor
  • no vendoring solution just go get

The engine should be modified to check for the aforementioned vendoring solutions and run the vendor fetch command accordingly.

@glinton
Copy link
Contributor

glinton commented Feb 17, 2017

Until this becomes automagical, the go engine does allow the fetch command to be specified:

run.config:
 engine: golang
 engine.config:
   fetch: go get -v ./...

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