apache / openwhisk-wskdeploy

Apache OpenWhisk utility for deploying and managing OpenWhisk projects and packages
https://openwhisk.apache.org/
Apache License 2.0
77 stars 74 forks source link

Remove unused Godeps files; update README for Go Modules #1114

Closed mrutkows closed 3 years ago

mrutkows commented 3 years ago

The Godeps directory has not been used since updating the project to use Go Modules. This PR removes that directory structure and any README instructions referencing go dep utility (which is now deprecated). In its place, we are adding instructions on how to build and maintain the project and its dependencies using go mod and go get and discussing how contributors should prescriptively update Go module dependencies and be cognizant of using proper versioned releases for releasing this project's source code and binaries.