@@ -35,7 +35,7 @@ require (
35
35
require (
36
36
github.com/DataDog/zstd v1.5.2 // indirect
37
37
github.com/NYTimes/gziphandler v1.1.1 // indirect
38
- github.com/antlr/ antlr4/runtime/Go/ antlr/v4 v4.0.0-20230305170008-8188dc5388df // indirect
38
+ github.com/antlr4-go/ antlr/v4 v4.13.0 // indirect
39
39
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
40
40
github.com/beorn7/perks v1.0.1 // indirect
41
41
github.com/blang/semver/v4 v4.0.0 // indirect
@@ -46,10 +46,10 @@ require (
46
46
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
47
47
github.com/elastic/elastic-transport-go/v8 v8.6.1 // indirect
48
48
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
49
- github.com/evanphx/json-patch v5.7.0+incompatible // indirect
50
49
github.com/evanphx/json-patch/v5 v5.9.0 // indirect
51
50
github.com/felixge/httpsnoop v1.0.4 // indirect
52
51
github.com/fsnotify/fsnotify v1.7.0 // indirect
52
+ github.com/fxamacker/cbor/v2 v2.7.0 // indirect
53
53
github.com/go-logr/stdr v1.2.2 // indirect
54
54
github.com/go-logr/zapr v1.3.0 // indirect
55
55
github.com/go-openapi/jsonpointer v0.20.2 // indirect
@@ -82,6 +82,7 @@ require (
82
82
github.com/spf13/cobra v1.8.1 // indirect
83
83
github.com/spf13/pflag v1.0.5 // indirect
84
84
github.com/stoewer/go-strcase v1.3.0 // indirect
85
+ github.com/x448/float16 v0.8.4 // indirect
85
86
go.etcd.io/etcd/api/v3 v3.5.14 // indirect
86
87
go.etcd.io/etcd/client/pkg/v3 v3.5.14 // indirect
87
88
go.etcd.io/etcd/client/v3 v3.5.14 // indirect
@@ -108,6 +109,7 @@ require (
108
109
google.golang.org/genproto/googleapis/rpc v0.0.0-20241007155032-5fefd90f89a9 // indirect
109
110
google.golang.org/grpc v1.67.1 // indirect
110
111
google.golang.org/protobuf v1.35.1 // indirect
112
+ gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
111
113
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
112
114
gopkg.in/yaml.v2 v2.4.0 // indirect
113
115
gopkg.in/yaml.v3 v3.0.1 // indirect
@@ -136,6 +138,6 @@ replace (
136
138
k8s.io/apiserver => k8s.io/apiserver v0.29.10
137
139
k8s.io/client-go => k8s.io/client-go v0.29.10
138
140
k8s.io/component-base => k8s.io/component-base v0.29.10
139
- k8s.io/kms => k8s.io/kms v0.29.10
141
+ k8s.io/kms => k8s.io/kms v0.32.4
140
142
sigs.k8s.io/controller-runtime => sigs.k8s.io/controller-runtime v0.16.6
141
143
)
0 commit comments