File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ go 1.23.0
66// please place any replace statements here at the top for visibility and add a
77// comment to it as to when it can be removed
88
9- replace sigs.k8s.io/structured-merge-diff/v4 => sigs.k8s.io/structured-merge-diff/v4 v4.4.3
9+ replace sigs.k8s.io/structured-merge-diff/v4 => sigs.k8s.io/structured-merge-diff/v4 v4.5.0
1010
1111require (
1212 github.com/cert-manager/cert-manager v1.16.2
@@ -15,10 +15,10 @@ require (
1515 github.com/stretchr/testify v1.10.0
1616 go.uber.org/mock v0.5.0
1717 go.uber.org/zap v1.27.0
18- k8s.io/api v0.31.4
19- k8s.io/apiextensions-apiserver v0.31.4
20- k8s.io/apimachinery v0.31.4
21- k8s.io/client-go v0.31.4
18+ k8s.io/api v0.32.0
19+ k8s.io/apiextensions-apiserver v0.32.0
20+ k8s.io/apimachinery v0.32.0
21+ k8s.io/client-go v0.32.0
2222 k8s.io/utils v0.0.0-20241210054802-24370beab758
2323)
2424
You can’t perform that action at this time.
0 commit comments