You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/08/21 15:24:23 UTC

[GitHub] Juice10 opened a new pull request #362: Add Govendor as the preferred way of installing dependencies for Go

Juice10 opened a new pull request #362: Add Govendor as the preferred way of installing dependencies for Go
URL: https://github.com/apache/incubator-openwhisk-cli/pull/362
 
 
   Adding in a native to Go dependency manager. 
   This allows people to not have to go through Gradle if they are doing everything in Go anyway.
   
   Homebrew also requires a native Go dependency manager as opposed to Gradle: https://github.com/Homebrew/homebrew-core/pull/31231
   
   I also looked at [godep](https://github.com/tools/godep) since `wskdeploy` is currently also using that. But according to Godep's own website the project has be Archived and is no longer maintained. This in favor of the many other dependency manager tools.
   
   During my hunt for a Go dependency manager I looked at a number of popular ones including Glide. And eventually I choose govendor because it is very actively being updated and the installation process seemed less involved (`go get ...`) than many other package managers.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services