Skip to content

Commit 133a5ca

Browse files
Update kubernetes packages to v0.33.0
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 331e2d3 commit 133a5ca

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

go.mod

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ require (
4848
google.golang.org/genproto/googleapis/api v0.0.0-20241015192408-796eee8c2d53
4949
google.golang.org/grpc v1.68.1
5050
google.golang.org/protobuf v1.35.2
51-
k8s.io/apimachinery v0.30.5
52-
k8s.io/apiserver v0.30.5
53-
k8s.io/client-go v0.30.5
51+
k8s.io/apimachinery v0.33.0
52+
k8s.io/apiserver v0.33.0
53+
k8s.io/client-go v0.33.0
5454
)
5555

5656
require (
@@ -188,8 +188,8 @@ require (
188188
gopkg.in/ini.v1 v1.67.0 // indirect
189189
gopkg.in/yaml.v2 v2.4.0 // indirect
190190
gopkg.in/yaml.v3 v3.0.1 // indirect
191-
k8s.io/api v0.30.5 // indirect
192-
k8s.io/component-base v0.30.5 // indirect
191+
k8s.io/api v0.33.0 // indirect
192+
k8s.io/component-base v0.33.0 // indirect
193193
k8s.io/klog/v2 v2.130.1 // indirect
194194
k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect
195195
k8s.io/utils v0.0.0-20230726121419-3b25d923346b // indirect

0 commit comments

Comments
 (0)