k8s icon indicating copy to clipboard operation
k8s copied to clipboard

request-cert should have proper go modules files for managing dependencies

Open bharatnc opened this issue 5 years ago • 0 comments

This project (request-cert) and it's dependencies aren't managed properly with a proper Go dependency manager (example, dep, glide go mod etc).

As go mod is becoming the standard these days, vendor all dependencies using go modules and commit the go.mod and go.sum files to the repo.

This will ensure that the project dependencies are tracked properly with every incremental change.

https://github.com/cockroachdb/k8s/tree/master/request-cert

cc: @joshimhoff

bharatnc avatar Feb 24 '20 22:02 bharatnc