Skip to content

Commit bfb332e

Browse files
build(deps): bump k8s.io/client-go from 0.24.4 to 0.25.0 (#1849)
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.24.4 to 0.25.0. - [Release notes](https://github.com/kubernetes/client-go/releases) - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md) - [Commits](kubernetes/client-go@v0.24.4...v0.25.0) --- updated-dependencies: - dependency-name: k8s.io/client-go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent faaf58b commit bfb332e

File tree

2 files changed

+90
-31
lines changed

2 files changed

+90
-31
lines changed

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
github.com/Jeffail/gabs v1.4.0
77
github.com/prometheus/client_golang v1.13.0
88
k8s.io/apimachinery v0.25.0
9-
k8s.io/client-go v0.24.4
9+
k8s.io/client-go v0.25.0
1010
)
1111

1212
require (
@@ -22,7 +22,7 @@ require (
2222
github.com/golang/protobuf v1.5.2 // indirect
2323
github.com/google/gnostic v0.5.7-v3refs // indirect
2424
github.com/google/gofuzz v1.1.0 // indirect
25-
github.com/imdario/mergo v0.3.5 // indirect
25+
github.com/imdario/mergo v0.3.6 // indirect
2626
github.com/josharian/intern v1.0.0 // indirect
2727
github.com/json-iterator/go v1.1.12 // indirect
2828
github.com/mailru/easyjson v0.7.6 // indirect
@@ -42,7 +42,7 @@ require (
4242
gopkg.in/inf.v0 v0.9.1 // indirect
4343
gopkg.in/yaml.v2 v2.4.0 // indirect
4444
gopkg.in/yaml.v3 v3.0.1 // indirect
45-
k8s.io/api v0.24.4 // indirect
45+
k8s.io/api v0.25.0 // indirect
4646
k8s.io/klog/v2 v2.70.1 // indirect
4747
k8s.io/kube-openapi v0.0.0-20220803162953-67bda5d908f1 // indirect
4848
k8s.io/utils v0.0.0-20220728103510-ee6ede2d64ed // indirect

0 commit comments

Comments
 (0)