Skip to content

Commit bdbc315

Browse files
fix(deps): update kubernetes packages to v0.33.0
1 parent 5eaebf6 commit bdbc315

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
@@ -9,9 +9,9 @@ require (
99
github.com/google/go-cmp v0.6.0
1010
github.com/pkg/errors v0.9.1
1111
google.golang.org/protobuf v1.34.3-0.20240816073751-94ecbc261689
12-
k8s.io/api v0.31.0
13-
k8s.io/apiextensions-apiserver v0.31.0
14-
k8s.io/apimachinery v0.31.0
12+
k8s.io/api v0.33.0
13+
k8s.io/apiextensions-apiserver v0.33.0
14+
k8s.io/apimachinery v0.33.0
1515
k8s.io/utils v0.0.0-20240902221715-702e33fdd3c3
1616
sigs.k8s.io/controller-tools v0.16.0
1717
)

0 commit comments

Comments
 (0)