Skip to content

Commit f925f7d

Browse files
build(deps): bump k8s.io/client-go from 0.36.0 to 0.36.1
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.36.0 to 0.36.1. - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md) - [Commits](kubernetes/client-go@v0.36.0...v0.36.1) --- updated-dependencies: - dependency-name: k8s.io/client-go dependency-version: 0.36.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 345ef9d commit f925f7d

2 files changed

Lines changed: 40 additions & 109 deletions

File tree

go.mod

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ require (
1818
golang.org/x/term v0.43.0
1919
gopkg.in/yaml.v2 v2.4.0
2020
helm.sh/helm/v4 v4.2.0
21-
k8s.io/api v0.36.0
21+
k8s.io/api v0.36.1
2222
k8s.io/apiextensions-apiserver v0.36.0
2323
k8s.io/apimachinery v0.36.1
2424
k8s.io/cli-runtime v0.36.0
25-
k8s.io/client-go v0.36.0
25+
k8s.io/client-go v0.36.1
2626
sigs.k8s.io/yaml v1.6.0
2727
)
2828

@@ -76,7 +76,6 @@ require (
7676
github.com/google/gnostic-models v0.7.1 // indirect
7777
github.com/google/uuid v1.6.0 // indirect
7878
github.com/gosuri/uitable v0.0.4 // indirect
79-
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
8079
github.com/huandu/xstrings v1.5.0 // indirect
8180
github.com/ianlancetaylor/demangle v0.0.0-20251118225945-96ee0021ea0f // indirect
8281
github.com/inconshreveable/mousetrap v1.1.0 // indirect

0 commit comments

Comments
 (0)