@@ -3,7 +3,7 @@ module vitess.io/vitess
3
3
go 1.24.3
4
4
5
5
require (
6
- cloud.google.com/go/storage v1.54 .0
6
+ cloud.google.com/go/storage v1.55 .0
7
7
github.com/AdaLogics/go-fuzz-headers v0.0.0-20240806141605-e8a1dd7889d6
8
8
github.com/Azure/azure-pipeline-go v0.2.3
9
9
github.com/Azure/azure-storage-blob-go v0.15.0
@@ -36,7 +36,7 @@ require (
36
36
github.com/krishicks/yaml-patch v0.0.10
37
37
github.com/minio/minio-go v0.0.0-20190131015406-c8a261de75c1
38
38
github.com/montanaflynn/stats v0.7.1
39
- github.com/olekukonko/tablewriter v0 .0.5
39
+ github.com/olekukonko/tablewriter v1 .0.7
40
40
github.com/opentracing-contrib/go-grpc v0.1.2
41
41
github.com/opentracing/opentracing-go v1.2.0
42
42
github.com/patrickmn/go-cache v2.1.0+incompatible
@@ -47,7 +47,7 @@ require (
47
47
github.com/planetscale/pargzip v0.0.0-20201116224723-90c7fc03ea8a
48
48
github.com/planetscale/vtprotobuf v0.6.1-0.20241121165744-79df5c4772f2
49
49
github.com/prometheus/client_golang v1.22.0
50
- github.com/prometheus/common v0.63 .0
50
+ github.com/prometheus/common v0.64 .0
51
51
github.com/sjmudd/stopwatch v0.1.1
52
52
github.com/soheilhy/cmux v0.1.5
53
53
github.com/spf13/cobra v1.9.1
@@ -61,26 +61,26 @@ require (
61
61
github.com/uber/jaeger-lib v2.4.1+incompatible // indirect
62
62
github.com/yudai/golcs v0.0.0-20170316035057-ecda9a501e82
63
63
github.com/z-division/go-zookeeper v1.0.0
64
- go.etcd.io/etcd/api/v3 v3.5.21
65
- go.etcd.io/etcd/client/pkg/v3 v3.5.21
66
- go.etcd.io/etcd/client/v3 v3.5.21
64
+ go.etcd.io/etcd/api/v3 v3.6.1
65
+ go.etcd.io/etcd/client/pkg/v3 v3.6.1
66
+ go.etcd.io/etcd/client/v3 v3.6.1
67
67
go.uber.org/mock v0.5.0
68
- golang.org/x/crypto v0.38 .0 // indirect
69
- golang.org/x/mod v0.24 .0 // indirect
70
- golang.org/x/net v0.40 .0
68
+ golang.org/x/crypto v0.39 .0 // indirect
69
+ golang.org/x/mod v0.25 .0 // indirect
70
+ golang.org/x/net v0.41 .0
71
71
golang.org/x/oauth2 v0.30.0
72
72
golang.org/x/sys v0.33.0
73
73
golang.org/x/term v0.32.0
74
- golang.org/x/text v0.25 .0 // indirect
75
- golang.org/x/time v0.11 .0
76
- golang.org/x/tools v0.33 .0
77
- google.golang.org/api v0.233 .0
78
- google.golang.org/genproto v0.0.0-20250512202823-5a2f75b736a9 // indirect
79
- google.golang.org/grpc v1.72.1
74
+ golang.org/x/text v0.26 .0 // indirect
75
+ golang.org/x/time v0.12 .0
76
+ golang.org/x/tools v0.34 .0
77
+ google.golang.org/api v0.237 .0
78
+ google.golang.org/genproto v0.0.0-20250603155806-513f23925822 // indirect
79
+ google.golang.org/grpc v1.73.0
80
80
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.5.1
81
81
google.golang.org/grpc/examples v0.0.0-20250204041003-947e2a4be2ba
82
82
google.golang.org/protobuf v1.36.6
83
- gopkg.in/DataDog/dd-trace-go.v1 v1.69.1
83
+ gopkg.in/DataDog/dd-trace-go.v1 v1.74.0
84
84
gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d // indirect
85
85
gopkg.in/ldap.v2 v2.5.1
86
86
sigs.k8s.io/yaml v1.4.0
@@ -89,10 +89,10 @@ require (
89
89
require (
90
90
github.com/DataDog/datadog-go/v5 v5.6.0
91
91
github.com/Shopify/toxiproxy/v2 v2.12.0
92
- github.com/aws/aws-sdk-go-v2 v1.36.3
93
- github.com/aws/aws-sdk-go-v2/config v1.29.14
94
- github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.75
95
- github.com/aws/aws-sdk-go-v2/service/s3 v1.79.3
92
+ github.com/aws/aws-sdk-go-v2 v1.36.4
93
+ github.com/aws/aws-sdk-go-v2/config v1.29.16
94
+ github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.79
95
+ github.com/aws/aws-sdk-go-v2/service/s3 v1.80.2
96
96
github.com/aws/smithy-go v1.22.3
97
97
github.com/bndr/gotabulate v1.1.2
98
98
github.com/dustin/go-humanize v1.0.1
@@ -107,123 +107,152 @@ require (
107
107
github.com/spf13/jwalterweatherman v1.1.0
108
108
github.com/xlab/treeprint v1.2.0
109
109
go.uber.org/goleak v1.3.0
110
- golang.org/x/exp v0.0.0-20250506013437-ce4c2cf36ca6
111
- golang.org/x/sync v0.14 .0
110
+ golang.org/x/exp v0.0.0-20250606033433-dcc06ee1d476
111
+ golang.org/x/sync v0.15 .0
112
112
gonum.org/v1/gonum v0.15.1
113
- modernc.org/sqlite v1.37 .0
113
+ modernc.org/sqlite v1.38 .0
114
114
)
115
115
116
116
require (
117
117
cel.dev/expr v0.24.0 // indirect
118
- cloud.google.com/go v0.121.1 // indirect
119
- cloud.google.com/go/auth v0.16.1 // indirect
118
+ cloud.google.com/go v0.121.2 // indirect
119
+ cloud.google.com/go/auth v0.16.2 // indirect
120
120
cloud.google.com/go/auth/oauth2adapt v0.2.8 // indirect
121
121
cloud.google.com/go/compute/metadata v0.7.0 // indirect
122
122
cloud.google.com/go/iam v1.5.2 // indirect
123
123
cloud.google.com/go/monitoring v1.24.2 // indirect
124
- github.com/DataDog/appsec-internal-go v1.11.2 // indirect
125
- github.com/DataDog/datadog-agent/pkg/obfuscate v0.65.1 // indirect
126
- github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.65.1 // indirect
124
+ github.com/DataDog/appsec-internal-go v1.12.0 // indirect
125
+ github.com/DataDog/datadog-agent/comp/core/tagger/origindetection v0.66.1 // indirect
126
+ github.com/DataDog/datadog-agent/pkg/obfuscate v0.66.1 // indirect
127
+ github.com/DataDog/datadog-agent/pkg/proto v0.66.1 // indirect
128
+ github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.66.1 // indirect
129
+ github.com/DataDog/datadog-agent/pkg/trace v0.66.1 // indirect
130
+ github.com/DataDog/datadog-agent/pkg/util/log v0.66.1 // indirect
131
+ github.com/DataDog/datadog-agent/pkg/util/scrubber v0.66.1 // indirect
132
+ github.com/DataDog/datadog-agent/pkg/version v0.66.1 // indirect
133
+ github.com/DataDog/dd-trace-go/v2 v2.0.0 // indirect
127
134
github.com/DataDog/go-libddwaf/v3 v3.5.4 // indirect
135
+ github.com/DataDog/go-runtime-metrics-internal v0.0.4-0.20250319104955-81009b9bad14 // indirect
128
136
github.com/DataDog/go-sqllexer v0.1.6 // indirect
129
137
github.com/DataDog/go-tuf v1.1.0-0.5.2 // indirect
138
+ github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/attributes v0.28.0 // indirect
130
139
github.com/DataDog/sketches-go v1.4.7 // indirect
131
- github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.27.0 // indirect
132
- github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.51.0 // indirect
133
- github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.51.0 // indirect
140
+ github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.28.0 // indirect
141
+ github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.52.0 // indirect
142
+ github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.52.0 // indirect
143
+ github.com/Masterminds/semver/v3 v3.3.1 // indirect
134
144
github.com/Microsoft/go-winio v0.6.2 // indirect
135
145
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.10 // indirect
136
- github.com/aws/aws-sdk-go-v2/credentials v1.17.67 // indirect
137
- github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.30 // indirect
138
- github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.34 // indirect
139
- github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.34 // indirect
146
+ github.com/aws/aws-sdk-go-v2/credentials v1.17.69 // indirect
147
+ github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.31 // indirect
148
+ github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.35 // indirect
149
+ github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.35 // indirect
140
150
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.3 // indirect
141
- github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.34 // indirect
151
+ github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.35 // indirect
142
152
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.3 // indirect
143
- github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.7.1 // indirect
144
- github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.15 // indirect
145
- github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.15 // indirect
146
- github.com/aws/aws-sdk-go-v2/service/sso v1.25.3 // indirect
147
- github.com/aws/aws-sdk-go-v2/service/ssooidc v1.30.1 // indirect
148
- github.com/aws/aws-sdk-go-v2/service/sts v1.33.19 // indirect
153
+ github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.7.3 // indirect
154
+ github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.16 // indirect
155
+ github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.16 // indirect
156
+ github.com/aws/aws-sdk-go-v2/service/sso v1.25.4 // indirect
157
+ github.com/aws/aws-sdk-go-v2/service/ssooidc v1.30.2 // indirect
158
+ github.com/aws/aws-sdk-go-v2/service/sts v1.33.21 // indirect
149
159
github.com/beorn7/perks v1.0.1 // indirect
160
+ github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575 // indirect
150
161
github.com/cncf/xds/go v0.0.0-20250501225837-2ac532fd4443 // indirect
151
162
github.com/coreos/go-semver v0.3.1 // indirect
152
163
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
153
164
github.com/cpuguy83/go-md2man/v2 v2.0.7 // indirect
154
165
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
155
166
github.com/eapache/queue/v2 v2.0.0-20230407133247-75960ed334e4 // indirect
156
- github.com/ebitengine/purego v0.8.3 // indirect
167
+ github.com/ebitengine/purego v0.8.4 // indirect
157
168
github.com/envoyproxy/go-control-plane/envoy v1.32.4 // indirect
158
169
github.com/envoyproxy/protoc-gen-validate v1.2.1 // indirect
159
170
github.com/fatih/color v1.18.0 // indirect
160
171
github.com/felixge/httpsnoop v1.0.4 // indirect
161
172
github.com/go-jose/go-jose/v4 v4.1.0 // indirect
162
- github.com/go-logr/logr v1.4.2 // indirect
173
+ github.com/go-logr/logr v1.4.3 // indirect
163
174
github.com/go-logr/stdr v1.2.2 // indirect
175
+ github.com/go-ole/go-ole v1.3.0 // indirect
164
176
github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
165
177
github.com/gogo/protobuf v1.3.2 // indirect
166
178
github.com/google/s2a-go v0.1.9 // indirect
167
179
github.com/googleapis/enterprise-certificate-proxy v0.3.6 // indirect
168
180
github.com/googleapis/gax-go/v2 v2.14.2 // indirect
181
+ github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.3 // indirect
169
182
github.com/hashicorp/errwrap v1.1.0 // indirect
170
183
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
171
184
github.com/hashicorp/go-hclog v1.6.3 // indirect
172
185
github.com/hashicorp/go-metrics v0.5.4 // indirect
173
186
github.com/hashicorp/go-multierror v1.1.1 // indirect
174
187
github.com/hashicorp/go-rootcerts v1.0.2 // indirect
175
- github.com/hashicorp/go-secure-stdlib/parseutil v0.2.0 // indirect
176
- github.com/hashicorp/go-secure-stdlib/strutil v0.1.2 // indirect
177
- github.com/hashicorp/go-sockaddr v1.0.7 // indirect
178
188
github.com/hashicorp/golang-lru v1.0.2 // indirect
179
189
github.com/inconshreveable/mousetrap v1.1.0 // indirect
190
+ github.com/json-iterator/go v1.1.12 // indirect
191
+ github.com/lufia/plan9stats v0.0.0-20250317134145-8bc96cf8fc35 // indirect
180
192
github.com/mattn/go-colorable v0.1.14 // indirect
181
193
github.com/mattn/go-ieproxy v0.0.12 // indirect
182
194
github.com/mattn/go-isatty v0.0.20 // indirect
183
195
github.com/mattn/go-runewidth v0.0.16 // indirect
184
196
github.com/mitchellh/go-homedir v1.1.0 // indirect
197
+ github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
198
+ github.com/modern-go/reflect2 v1.0.2 // indirect
185
199
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
186
200
github.com/ncruces/go-strftime v0.1.9 // indirect
201
+ github.com/olekukonko/errors v1.1.0 // indirect
202
+ github.com/olekukonko/ll v0.0.9 // indirect
187
203
github.com/onsi/ginkgo v1.16.5 // indirect
188
204
github.com/onsi/gomega v1.23.0 // indirect
189
205
github.com/outcaste-io/ristretto v0.2.3 // indirect
190
206
github.com/pelletier/go-toml/v2 v2.2.4 // indirect
191
207
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
208
+ github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
192
209
github.com/prometheus/client_model v0.6.2 // indirect
193
210
github.com/prometheus/procfs v0.16.1 // indirect
211
+ github.com/puzpuzpuz/xsync/v3 v3.5.1 // indirect
194
212
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
195
213
github.com/rivo/uniseg v0.4.7 // indirect
196
214
github.com/rogpeppe/go-internal v1.14.1 // indirect
197
215
github.com/russross/blackfriday/v2 v2.1.0 // indirect
198
- github.com/ryanuber/go-glob v1.0.0 // indirect
199
216
github.com/sagikazarmark/locafero v0.9.0 // indirect
200
217
github.com/secure-systems-lab/go-securesystemslib v0.9.0 // indirect
218
+ github.com/shirou/gopsutil/v4 v4.25.5 // indirect
201
219
github.com/sourcegraph/conc v0.3.0 // indirect
202
- github.com/spf13/cast v1.8.0 // indirect
220
+ github.com/spf13/cast v1.9.2 // indirect
203
221
github.com/spiffe/go-spiffe/v2 v2.5.0 // indirect
204
222
github.com/subosito/gotenv v1.6.0 // indirect
205
223
github.com/tidwall/match v1.1.1 // indirect
206
224
github.com/tidwall/pretty v1.2.1 // indirect
225
+ github.com/tklauser/go-sysconf v0.3.15 // indirect
226
+ github.com/tklauser/numcpus v0.10.0 // indirect
227
+ github.com/yusufpapurcu/wmi v1.2.4 // indirect
207
228
github.com/zeebo/errs v1.4.0 // indirect
208
229
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
209
- go.opentelemetry.io/contrib/detectors/gcp v1.35.0 // indirect
210
- go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.60.0 // indirect
211
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.60.0 // indirect
212
- go.opentelemetry.io/otel v1.35.0 // indirect
213
- go.opentelemetry.io/otel/metric v1.35.0 // indirect
214
- go.opentelemetry.io/otel/sdk v1.35.0 // indirect
215
- go.opentelemetry.io/otel/sdk/metric v1.35.0 // indirect
216
- go.opentelemetry.io/otel/trace v1.35.0 // indirect
230
+ go.opentelemetry.io/collector/component v1.34.0 // indirect
231
+ go.opentelemetry.io/collector/featuregate v1.34.0 // indirect
232
+ go.opentelemetry.io/collector/internal/telemetry v0.128.0 // indirect
233
+ go.opentelemetry.io/collector/pdata v1.34.0 // indirect
234
+ go.opentelemetry.io/collector/pdata/pprofile v0.128.0 // indirect
235
+ go.opentelemetry.io/collector/semconv v0.128.0 // indirect
236
+ go.opentelemetry.io/contrib/bridges/otelzap v0.11.0 // indirect
237
+ go.opentelemetry.io/contrib/detectors/gcp v1.36.0 // indirect
238
+ go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.61.0 // indirect
239
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.61.0 // indirect
240
+ go.opentelemetry.io/otel v1.36.0 // indirect
241
+ go.opentelemetry.io/otel/log v0.12.2 // indirect
242
+ go.opentelemetry.io/otel/metric v1.36.0 // indirect
243
+ go.opentelemetry.io/otel/sdk v1.36.0 // indirect
244
+ go.opentelemetry.io/otel/sdk/metric v1.36.0 // indirect
245
+ go.opentelemetry.io/otel/trace v1.36.0 // indirect
217
246
go.uber.org/atomic v1.11.0 // indirect
218
247
go.uber.org/multierr v1.11.0 // indirect
219
248
go.uber.org/zap v1.27.0 // indirect
220
249
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
221
- google.golang.org/genproto/googleapis/api v0.0.0-20250512202823-5a2f75b736a9 // indirect
222
- google.golang.org/genproto/googleapis/rpc v0.0.0-20250512202823-5a2f75b736a9 // indirect
250
+ google.golang.org/genproto/googleapis/api v0.0.0-20250603155806-513f23925822 // indirect
251
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20250603155806-513f23925822 // indirect
223
252
gopkg.in/ini.v1 v1.67.0 // indirect
224
253
gopkg.in/yaml.v2 v2.4.0 // indirect
225
254
gopkg.in/yaml.v3 v3.0.1 // indirect
226
- modernc.org/libc v1.65.6 // indirect
255
+ modernc.org/libc v1.65.10 // indirect
227
256
modernc.org/mathutil v1.7.1 // indirect
228
- modernc.org/memory v1.10 .0 // indirect
257
+ modernc.org/memory v1.11 .0 // indirect
229
258
)
0 commit comments