guessi / kubectl-grep

Filter Kubernetes resources by matching their names
Apache License 2.0
114 stars 8 forks source link

[Feature] Helper Script for Upgrading Go Modules #3

Closed guessi closed 5 years ago

guessi commented 5 years ago

Is your feature request related to a problem? Please describe. Kubernetes are kind of rapid development application, things may changed from day to day. To avoid unexpected APIs compatibility issue, it would be better to pin the following packages on released version, or a tagged version, such as kubernetes-1.13.4, or v10.0.0. We should avoid go.mod or go.sum being updated after a go get -u ... command executed, or it will be upgrade to master commit, which might be an unstable build.

Describe the solution you'd like N/A

Describe alternatives you've considered N/A

Additional context N/A