Skip to content

Commit dccd868

Browse files
committed
fix: use same version of apimachinery as operator
1 parent e2b8458 commit dccd868

2 files changed

Lines changed: 40 additions & 85 deletions

File tree

go.mod

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ require (
1212
github.com/rs/zerolog v1.35.0
1313
github.com/stretchr/testify v1.11.1
1414
gorm.io/gorm v1.31.1
15-
k8s.io/apimachinery v0.35.3
15+
k8s.io/apimachinery v0.34.2
1616
)
1717

1818
require (
@@ -30,11 +30,9 @@ require (
3030
github.com/go-playground/validator/v10 v10.30.2 // indirect
3131
github.com/goccy/go-json v0.10.6 // indirect
3232
github.com/goccy/go-yaml v1.19.2 // indirect
33-
github.com/jinzhu/inflection v1.0.0 // indirect
34-
github.com/jinzhu/now v1.1.5 // indirect
33+
github.com/gogo/protobuf v1.3.2 // indirect
3534
github.com/json-iterator/go v1.1.12 // indirect
3635
github.com/klauspost/cpuid/v2 v2.3.0 // indirect
37-
github.com/kr/text v0.2.0 // indirect
3836
github.com/leodido/go-urn v1.4.0 // indirect
3937
github.com/mattn/go-colorable v0.1.14 // indirect
4038
github.com/mattn/go-isatty v0.0.21 // indirect
@@ -58,7 +56,6 @@ require (
5856
gopkg.in/inf.v0 v0.9.1 // indirect
5957
gopkg.in/yaml.v3 v3.0.1 // indirect
6058
k8s.io/klog/v2 v2.140.0 // indirect
61-
k8s.io/kube-openapi v0.0.0-20260330154417-16be699c7b31 // indirect
6259
k8s.io/utils v0.0.0-20260319190234-28399d86e0b5 // indirect
6360
sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730 // indirect
6461
sigs.k8s.io/randfill v1.0.0 // indirect

0 commit comments

Comments
 (0)