@@ -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.52 .0
6
+ cloud.google.com/go/storage v1.54 .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
@@ -27,7 +27,7 @@ require (
27
27
github.com/gorilla/mux v1.8.1
28
28
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0
29
29
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
30
- github.com/hashicorp/consul/api v1.32.0
30
+ github.com/hashicorp/consul/api v1.32.1
31
31
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
32
32
github.com/hashicorp/serf v0.10.2 // indirect
33
33
github.com/icrowley/fake v0.0.0-20180203215853-4178557ae428
@@ -42,7 +42,7 @@ require (
42
42
github.com/patrickmn/go-cache v2.1.0+incompatible
43
43
github.com/philhofer/fwd v1.1.3-0.20240916144458-20a13a1f6b7c // indirect
44
44
github.com/pierrec/lz4 v2.6.1+incompatible
45
- github.com/pires/go-proxyproto v0.8.0
45
+ github.com/pires/go-proxyproto v0.8.1
46
46
github.com/pkg/errors v0.9.1 // indirect
47
47
github.com/planetscale/pargzip v0.0.0-20201116224723-90c7fc03ea8a
48
48
github.com/planetscale/vtprotobuf v0.6.1-0.20241121165744-79df5c4772f2
@@ -56,7 +56,7 @@ require (
56
56
github.com/stretchr/testify v1.10.0
57
57
github.com/tchap/go-patricia v2.3.0+incompatible
58
58
github.com/tidwall/gjson v1.18.0
59
- github.com/tinylib/msgp v1.2.5 // indirect
59
+ github.com/tinylib/msgp v1.3.0 // indirect
60
60
github.com/uber/jaeger-client-go v2.30.0+incompatible
61
61
github.com/uber/jaeger-lib v2.4.1+incompatible // indirect
62
62
github.com/yudai/golcs v0.0.0-20170316035057-ecda9a501e82
@@ -65,18 +65,18 @@ require (
65
65
go.etcd.io/etcd/client/pkg/v3 v3.5.21
66
66
go.etcd.io/etcd/client/v3 v3.5.21
67
67
go.uber.org/mock v0.5.0
68
- golang.org/x/crypto v0.37 .0 // indirect
68
+ golang.org/x/crypto v0.38 .0 // indirect
69
69
golang.org/x/mod v0.24.0 // indirect
70
- golang.org/x/net v0.39 .0
71
- golang.org/x/oauth2 v0.29 .0
72
- golang.org/x/sys v0.32 .0
73
- golang.org/x/term v0.31 .0
74
- golang.org/x/text v0.24 .0 // indirect
70
+ golang.org/x/net v0.40 .0
71
+ golang.org/x/oauth2 v0.30 .0
72
+ golang.org/x/sys v0.33 .0
73
+ golang.org/x/term v0.32 .0
74
+ golang.org/x/text v0.25 .0 // indirect
75
75
golang.org/x/time v0.11.0
76
- golang.org/x/tools v0.32 .0
77
- google.golang.org/api v0.231 .0
78
- google.golang.org/genproto v0.0.0-20250428153025-10db94c68c34 // indirect
79
- google.golang.org/grpc v1.72.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
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
@@ -91,7 +91,7 @@ require (
91
91
github.com/Shopify/toxiproxy/v2 v2.12.0
92
92
github.com/aws/aws-sdk-go-v2 v1.36.3
93
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.74
94
+ github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.75
95
95
github.com/aws/aws-sdk-go-v2/service/s3 v1.79.3
96
96
github.com/aws/smithy-go v1.22.3
97
97
github.com/bndr/gotabulate v1.1.2
@@ -107,23 +107,23 @@ 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-20250408133849-7e4ce0ab07d0
111
- golang.org/x/sync v0.13 .0
110
+ golang.org/x/exp v0.0.0-20250506013437-ce4c2cf36ca6
111
+ golang.org/x/sync v0.14 .0
112
112
gonum.org/v1/gonum v0.15.1
113
113
modernc.org/sqlite v1.37.0
114
114
)
115
115
116
116
require (
117
- cel.dev/expr v0.23.1 // indirect
118
- cloud.google.com/go v0.121.0 // indirect
117
+ cel.dev/expr v0.24.0 // indirect
118
+ cloud.google.com/go v0.121.1 // indirect
119
119
cloud.google.com/go/auth v0.16.1 // indirect
120
120
cloud.google.com/go/auth/oauth2adapt v0.2.8 // indirect
121
- cloud.google.com/go/compute/metadata v0.6 .0 // indirect
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
124
github.com/DataDog/appsec-internal-go v1.11.2 // indirect
125
- github.com/DataDog/datadog-agent/pkg/obfuscate v0.64.3 // indirect
126
- github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.64.3 // 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
127
127
github.com/DataDog/go-libddwaf/v3 v3.5.4 // indirect
128
128
github.com/DataDog/go-sqllexer v0.1.6 // indirect
129
129
github.com/DataDog/go-tuf v1.1.0-0.5.2 // indirect
@@ -147,13 +147,13 @@ require (
147
147
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.30.1 // indirect
148
148
github.com/aws/aws-sdk-go-v2/service/sts v1.33.19 // indirect
149
149
github.com/beorn7/perks v1.0.1 // indirect
150
- github.com/cncf/xds/go v0.0.0-20250326154945-ae57f3c0d45f // indirect
150
+ github.com/cncf/xds/go v0.0.0-20250501225837-2ac532fd4443 // indirect
151
151
github.com/coreos/go-semver v0.3.1 // indirect
152
152
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
153
153
github.com/cpuguy83/go-md2man/v2 v2.0.7 // indirect
154
154
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
155
155
github.com/eapache/queue/v2 v2.0.0-20230407133247-75960ed334e4 // indirect
156
- github.com/ebitengine/purego v0.8.2 // indirect
156
+ github.com/ebitengine/purego v0.8.3 // indirect
157
157
github.com/envoyproxy/go-control-plane/envoy v1.32.4 // indirect
158
158
github.com/envoyproxy/protoc-gen-validate v1.2.1 // indirect
159
159
github.com/fatih/color v1.18.0 // indirect
@@ -165,7 +165,7 @@ require (
165
165
github.com/gogo/protobuf v1.3.2 // indirect
166
166
github.com/google/s2a-go v0.1.9 // indirect
167
167
github.com/googleapis/enterprise-certificate-proxy v0.3.6 // indirect
168
- github.com/googleapis/gax-go/v2 v2.14.1 // indirect
168
+ github.com/googleapis/gax-go/v2 v2.14.2 // indirect
169
169
github.com/hashicorp/errwrap v1.1.0 // indirect
170
170
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
171
171
github.com/hashicorp/go-hclog v1.6.3 // indirect
@@ -199,7 +199,7 @@ require (
199
199
github.com/sagikazarmark/locafero v0.9.0 // indirect
200
200
github.com/secure-systems-lab/go-securesystemslib v0.9.0 // indirect
201
201
github.com/sourcegraph/conc v0.3.0 // indirect
202
- github.com/spf13/cast v1.7.1 // indirect
202
+ github.com/spf13/cast v1.8.0 // indirect
203
203
github.com/spiffe/go-spiffe/v2 v2.5.0 // indirect
204
204
github.com/subosito/gotenv v1.6.0 // indirect
205
205
github.com/tidwall/match v1.1.1 // indirect
@@ -218,12 +218,12 @@ require (
218
218
go.uber.org/multierr v1.11.0 // indirect
219
219
go.uber.org/zap v1.27.0 // indirect
220
220
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
221
- google.golang.org/genproto/googleapis/api v0.0.0-20250428153025-10db94c68c34 // indirect
222
- google.golang.org/genproto/googleapis/rpc v0.0.0-20250428153025-10db94c68c34 // 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
223
223
gopkg.in/ini.v1 v1.67.0 // indirect
224
224
gopkg.in/yaml.v2 v2.4.0 // indirect
225
225
gopkg.in/yaml.v3 v3.0.1 // indirect
226
- modernc.org/libc v1.65.0 // indirect
226
+ modernc.org/libc v1.65.6 // indirect
227
227
modernc.org/mathutil v1.7.1 // indirect
228
228
modernc.org/memory v1.10.0 // indirect
229
229
)
0 commit comments