Open minor-fixes opened 1 year ago
This PR updates all the Go dependencies to the latest versions. Very few breaking source changes occur - only a kubectl constructor function is removed, and a package is renamed.
kubectl
Tested:
make test
make vet
This would also fix the critical vulnerability CVE-2022-26945 for go-getter
is this going to be merged and released?
This PR updates all the Go dependencies to the latest versions. Very few breaking source changes occur - only a
kubectl
constructor function is removed, and a package is renamed.Tested:
make test
,make vet
locally pass