@@ -22,11 +22,11 @@ require (
22
22
go.opentelemetry.io/otel v1.32.0
23
23
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.32.0
24
24
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56
25
- k8s.io/api v0.31.3
26
- k8s.io/apimachinery v0.31.3
27
- k8s.io/client-go v0.31.3
25
+ k8s.io/api v0.32.0
26
+ k8s.io/apimachinery v0.32.0
27
+ k8s.io/client-go v0.32.0
28
28
k8s.io/code-generator v0.31.3
29
- k8s.io/utils v0.0.0-20240921022957-49e7df575cb6
29
+ k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738
30
30
sigs.k8s.io/controller-tools v0.16.5
31
31
)
32
32
@@ -76,14 +76,14 @@ require (
76
76
github.com/go-sql-driver/mysql v1.4.1 // indirect
77
77
github.com/gobuffalo/flect v1.0.3 // indirect
78
78
github.com/gogo/protobuf v1.3.2 // indirect
79
- github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
80
79
github.com/golang/protobuf v1.5.4 // indirect
81
80
github.com/gonvenience/bunt v1.3.5 // indirect
82
81
github.com/gonvenience/neat v1.3.12 // indirect
83
82
github.com/gonvenience/term v1.0.2 // indirect
84
83
github.com/gonvenience/text v1.0.7 // indirect
85
84
github.com/gonvenience/wrap v1.1.2 // indirect
86
85
github.com/gonvenience/ytbx v1.4.4 // indirect
86
+ github.com/google/btree v1.1.2 // indirect
87
87
github.com/google/gnostic-models v0.6.8 // indirect
88
88
github.com/google/gofuzz v1.2.0 // indirect
89
89
github.com/google/uuid v1.6.0 // indirect
@@ -94,7 +94,6 @@ require (
94
94
github.com/hashicorp/errwrap v1.1.0 // indirect
95
95
github.com/hashicorp/go-multierror v1.1.1 // indirect
96
96
github.com/homeport/dyff v1.6.0 // indirect
97
- github.com/imdario/mergo v0.3.16 // indirect
98
97
github.com/inconshreveable/mousetrap v1.1.0 // indirect
99
98
github.com/jmespath/go-jmespath v0.4.1-0.20220621161143-b0104c826a24 // indirect
100
99
github.com/josharian/intern v1.0.0 // indirect
@@ -113,7 +112,7 @@ require (
113
112
github.com/mitchellh/go-homedir v1.1.0 // indirect
114
113
github.com/mitchellh/go-ps v1.0.0 // indirect
115
114
github.com/mitchellh/hashstructure v1.1.0 // indirect
116
- github.com/moby/spdystream v0.4 .0 // indirect
115
+ github.com/moby/spdystream v0.5 .0 // indirect
117
116
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
118
117
github.com/modern-go/reflect2 v1.0.2 // indirect
119
118
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
@@ -138,9 +137,9 @@ require (
138
137
github.com/virtuald/go-ordered-json v0.0.0-20170621173500-b18e6e673d74 // indirect
139
138
github.com/x448/float16 v0.8.4 // indirect
140
139
github.com/zeebo/errs v1.3.0 // indirect
141
- go.etcd.io/etcd/api/v3 v3.5.14 // indirect
142
- go.etcd.io/etcd/client/pkg/v3 v3.5.14 // indirect
143
- go.etcd.io/etcd/client/v3 v3.5.14 // indirect
140
+ go.etcd.io/etcd/api/v3 v3.5.16 // indirect
141
+ go.etcd.io/etcd/client/pkg/v3 v3.5.16 // indirect
142
+ go.etcd.io/etcd/client/v3 v3.5.16 // indirect
144
143
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.54.0 // indirect
145
144
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54.0 // indirect
146
145
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.32.0 // indirect
@@ -150,15 +149,15 @@ require (
150
149
go.opentelemetry.io/proto/otlp v1.3.1 // indirect
151
150
go.uber.org/multierr v1.11.0 // indirect
152
151
go.uber.org/zap v1.27.0 // indirect
153
- golang.org/x/crypto v0.28 .0 // indirect
152
+ golang.org/x/crypto v0.31 .0 // indirect
154
153
golang.org/x/mod v0.21.0 // indirect
155
154
golang.org/x/net v0.30.0 // indirect
156
155
golang.org/x/oauth2 v0.23.0 // indirect
157
- golang.org/x/sync v0.9 .0 // indirect
158
- golang.org/x/sys v0.27 .0 // indirect
159
- golang.org/x/term v0.25 .0 // indirect
160
- golang.org/x/text v0.20 .0 // indirect
161
- golang.org/x/time v0.6 .0 // indirect
156
+ golang.org/x/sync v0.10 .0 // indirect
157
+ golang.org/x/sys v0.28 .0 // indirect
158
+ golang.org/x/term v0.27 .0 // indirect
159
+ golang.org/x/text v0.21 .0 // indirect
160
+ golang.org/x/time v0.7 .0 // indirect
162
161
golang.org/x/tools v0.26.0 // indirect
163
162
google.golang.org/appengine v1.6.7 // indirect
164
163
google.golang.org/genproto/googleapis/api v0.0.0-20241104194629-dd2ea8efbc28 // indirect
@@ -170,15 +169,15 @@ require (
170
169
gopkg.in/yaml.v2 v2.4.0 // indirect
171
170
gopkg.in/yaml.v3 v3.0.1 // indirect
172
171
k8s.io/apiextensions-apiserver v0.31.2 // indirect
173
- k8s.io/apiserver v0.31.2 // indirect
174
- k8s.io/component-base v0.31.2 // indirect
172
+ k8s.io/apiserver v0.32.0 // indirect
173
+ k8s.io/component-base v0.32.0 // indirect
175
174
k8s.io/gengo/v2 v2.0.0-20240826214909-a7b603a56eb7 // indirect
176
175
k8s.io/klog/v2 v2.130.1 // indirect
177
- k8s.io/kube-openapi v0.0.0-20240903163716-9e1beecbcb38 // indirect
178
- sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.30.3 // indirect
176
+ k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f // indirect
177
+ sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.31.0 // indirect
179
178
sigs.k8s.io/gateway-api v1.1.0 // indirect
180
- sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
181
- sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
179
+ sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 // indirect
180
+ sigs.k8s.io/structured-merge-diff/v4 v4.4.2 // indirect
182
181
sigs.k8s.io/yaml v1.4.0 // indirect
183
182
)
184
183
0 commit comments