Skip to content

Commit f3d2009

Browse files
Update kubernetes packages to v0.33.1
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 8343695 commit f3d2009

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ require (
2121
github.com/stretchr/testify v1.9.0
2222
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56
2323
gopkg.in/yaml.v3 v3.0.1
24-
k8s.io/api v0.32.2
25-
k8s.io/apimachinery v0.32.2
26-
k8s.io/client-go v0.32.2
24+
k8s.io/api v0.33.1
25+
k8s.io/apimachinery v0.33.1
26+
k8s.io/client-go v0.33.1
2727
sigs.k8s.io/controller-runtime v0.20.2
2828
)
2929

0 commit comments

Comments
 (0)