gavinbunney / terraform-provider-kubectl

Terraform provider to handle raw kubernetes manifest yaml files
https://registry.terraform.io/providers/gavinbunney/kubectl
Mozilla Public License 2.0
609 stars 102 forks source link

go: Update all dependencies to latest versions #267

Open minor-fixes opened 1 year ago

minor-fixes commented 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.

Tested:

leonbartlett commented 1 year ago

This would also fix the critical vulnerability CVE-2022-26945 for go-getter

ronbs commented 1 year ago

is this going to be merged and released?