apache / openwhisk-cli

Apache OpenWhisk Command Line Interface (CLI)
https://openwhisk.apache.org/
Apache License 2.0
104 stars 99 forks source link

Migrated to using go mod to manage dependencies #489

Closed huydoan2 closed 4 years ago

huydoan2 commented 4 years ago

This PR attempts to use go mod, a new technique, to manage dependencies.

We will address cleaning up gradle build code in a separate PR.

rabbah commented 4 years ago

Should we even keep gradle build rather than use the go build?

rabbah commented 4 years ago

Thanks for your contributions @huydoan2.

huydoan2 commented 4 years ago

Should we even keep gradle build rather than use the go build?

I think it's simpler to keep one build system around. We could add a Makefile for convenience.

mrutkows commented 4 years ago

@rabbah would love to remove Gradle... perhaps a follow-on PR...