build(deps): bump k8s.io/client-go from 0.29.1 to 0.29.2 (#2351)
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.29.1 to 0.29.2. - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md) - [Commits](https://github.com/kubernetes/client-go/compare/v0.29.1...v0.29.2 ) --- updated-dependencies: - dependency-name: k8s.io/client-go dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by:dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
... | ... | @@ -5,8 +5,8 @@ go 1.19 |
require ( | ||
github.com/Jeffail/gabs v1.4.0 | ||
github.com/prometheus/client_golang v1.18.0 | ||
k8s.io/apimachinery v0.29.1 | ||
k8s.io/client-go v0.29.1 | ||
k8s.io/apimachinery v0.29.2 | ||
k8s.io/client-go v0.29.2 | ||
) | ||
require ( | ||
... | ... | @@ -41,7 +41,7 @@ require ( |
gopkg.in/inf.v0 v0.9.1 // indirect | ||
gopkg.in/yaml.v2 v2.4.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
k8s.io/api v0.29.1 // indirect | ||
k8s.io/api v0.29.2 // indirect | ||
k8s.io/klog/v2 v2.110.1 // indirect | ||
k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 // indirect | ||
k8s.io/utils v0.0.0-20230726121419-3b25d923346b // indirect | ||
... | ... |
Please register or sign in to comment