Skip to content

Commit 48ba6f6

Browse files
committed
fix(deps): update module k8s.io/client-go to v0.31.1
| datasource | package | from | to | | ---------- | ---------------- | ------- | ------- | | go | k8s.io/client-go | v0.30.3 | v0.31.1 |
1 parent 705925a commit 48ba6f6

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

go.mod

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ toolchain go1.22.5
77
require (
88
github.com/mittwald/go-helm-client v0.12.10
99
helm.sh/helm/v3 v3.15.3
10-
k8s.io/client-go v0.30.3
10+
k8s.io/client-go v0.31.1
1111
)
1212

1313
require (
@@ -43,6 +43,7 @@ require (
4343
github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f // indirect
4444
github.com/fatih/color v1.17.0 // indirect
4545
github.com/felixge/httpsnoop v1.0.4 // indirect
46+
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
4647
github.com/go-errors/errors v1.5.1 // indirect
4748
github.com/go-gorp/gorp/v3 v3.1.0 // indirect
4849
github.com/go-logr/logr v1.4.2 // indirect
@@ -108,6 +109,7 @@ require (
108109
github.com/spf13/cast v1.6.0 // indirect
109110
github.com/spf13/cobra v1.8.1 // indirect
110111
github.com/spf13/pflag v1.0.5 // indirect
112+
github.com/x448/float16 v0.8.4 // indirect
111113
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
112114
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
113115
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
@@ -135,9 +137,9 @@ require (
135137
gopkg.in/inf.v0 v0.9.1 // indirect
136138
gopkg.in/yaml.v2 v2.4.0 // indirect
137139
gopkg.in/yaml.v3 v3.0.1 // indirect
138-
k8s.io/api v0.30.3 // indirect
140+
k8s.io/api v0.31.1 // indirect
139141
k8s.io/apiextensions-apiserver v0.30.3 // indirect
140-
k8s.io/apimachinery v0.30.3 // indirect
142+
k8s.io/apimachinery v0.31.1 // indirect
141143
k8s.io/apiserver v0.30.3 // indirect
142144
k8s.io/cli-runtime v0.30.3 // indirect
143145
k8s.io/component-base v0.30.3 // indirect

go.sum

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)