build(deps): bump k8s.io/client-go from 0.28.0 to 0.28.1 (#2202)
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.28.0 to 0.28.1. - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md) - [Commits](https://github.com/kubernetes/client-go/compare/v0.28.0...v0.28.1 ) --- 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>
... | ... | @@ -6,7 +6,7 @@ require ( |
github.com/Jeffail/gabs v1.4.0 | ||
github.com/prometheus/client_golang v1.16.0 | ||
k8s.io/apimachinery v0.28.1 | ||
k8s.io/client-go v0.28.0 | ||
k8s.io/client-go v0.28.1 | ||
) | ||
require ( | ||
... | ... | @@ -42,7 +42,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.28.0 // indirect | ||
k8s.io/api v0.28.1 // indirect | ||
k8s.io/klog/v2 v2.100.1 // indirect | ||
k8s.io/kube-openapi v0.0.0-20230717233707-2695361300d9 // indirect | ||
k8s.io/utils v0.0.0-20230406110748-d93618cff8a2 // indirect | ||
... | ... |
Please register or sign in to comment