dubeejw commented on issue #201: Run Godep tool for build URL: https://github.com/apache/incubator-openwhisk-cli/pull/201#issuecomment-359143693 @houshengbo, we want to use the godep tool to install the CLI dependancies instead of `go get`. `godep` allows us to lock the dependency versions into place with ones that we know work and have approval to use. `go get` will use the latest versions of the dependancies that are tested with the CLI. Check out the Dockerfile.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
