@@ -13,7 +13,7 @@ require (
13
13
github.com/armon/go-metrics v0.4.1 // indirect
14
14
github.com/aws/aws-sdk-go v1.50.32
15
15
github.com/buger/jsonparser v1.1.1
16
- github.com/cespare/xxhash/v2 v2.2 .0
16
+ github.com/cespare/xxhash/v2 v2.3 .0
17
17
github.com/corpix/uarand v0.1.1 // indirect
18
18
github.com/dave/jennifer v1.7.0
19
19
github.com/evanphx/json-patch v5.9.0+incompatible
@@ -22,7 +22,7 @@ require (
22
22
github.com/golang/glog v1.2.4
23
23
github.com/golang/protobuf v1.5.4
24
24
github.com/golang/snappy v0.0.4
25
- github.com/google/go-cmp v0.6 .0
25
+ github.com/google/go-cmp v0.7 .0
26
26
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
27
27
github.com/google/uuid v1.6.0
28
28
github.com/gorilla/handlers v1.5.2
@@ -49,7 +49,7 @@ require (
49
49
github.com/pires/go-proxyproto v0.7.0
50
50
github.com/pkg/errors v0.9.1
51
51
github.com/planetscale/pargzip v0.0.0-20201116224723-90c7fc03ea8a
52
- github.com/planetscale/vtprotobuf v0.5.0
52
+ github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10
53
53
github.com/prometheus/client_golang v1.19.0
54
54
github.com/prometheus/common v0.49.0
55
55
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475
@@ -58,7 +58,7 @@ require (
58
58
github.com/spf13/cobra v1.8.0
59
59
github.com/spf13/pflag v1.0.5
60
60
github.com/spf13/viper v1.18.2
61
- github.com/stretchr/testify v1.9 .0
61
+ github.com/stretchr/testify v1.10 .0
62
62
github.com/tchap/go-patricia v2.3.0+incompatible
63
63
github.com/tidwall/gjson v1.17.1
64
64
github.com/tinylib/msgp v1.1.9 // indirect
@@ -70,21 +70,21 @@ require (
70
70
go.etcd.io/etcd/client/pkg/v3 v3.5.12
71
71
go.etcd.io/etcd/client/v3 v3.5.12
72
72
go.uber.org/mock v0.2.0
73
- golang.org/x/crypto v0.31 .0 // indirect
74
- golang.org/x/mod v0.17 .0 // indirect
75
- golang.org/x/net v0.33 .0
76
- golang.org/x/oauth2 v0.18 .0
77
- golang.org/x/sys v0.28 .0
78
- golang.org/x/term v0.27 .0
79
- golang.org/x/text v0.21 .0 // indirect
73
+ golang.org/x/crypto v0.33 .0 // indirect
74
+ golang.org/x/mod v0.18 .0 // indirect
75
+ golang.org/x/net v0.35 .0
76
+ golang.org/x/oauth2 v0.26 .0
77
+ golang.org/x/sys v0.30 .0
78
+ golang.org/x/term v0.29 .0
79
+ golang.org/x/text v0.22 .0 // indirect
80
80
golang.org/x/time v0.5.0
81
- golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d
81
+ golang.org/x/tools v0.22.0
82
82
google.golang.org/api v0.168.0
83
83
google.golang.org/genproto v0.0.0-20240304212257-790db918fca8 // indirect
84
- google.golang.org/grpc v1.62.1
84
+ google.golang.org/grpc v1.71.0
85
85
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.3.0
86
86
google.golang.org/grpc/examples v0.0.0-20210430044426-28078834f35b
87
- google.golang.org/protobuf v1.33.0
87
+ google.golang.org/protobuf v1.36.5
88
88
gopkg.in/DataDog/dd-trace-go.v1 v1.61.0
89
89
gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d // indirect
90
90
gopkg.in/ldap.v2 v2.5.1
@@ -104,17 +104,21 @@ require (
104
104
github.com/spf13/afero v1.11.0
105
105
github.com/spf13/jwalterweatherman v1.1.0
106
106
github.com/xlab/treeprint v1.2.0
107
+ go.opentelemetry.io/otel v1.35.0
108
+ go.opentelemetry.io/otel/bridge/opentracing v1.35.0
109
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.35.0
110
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.35.0
111
+ go.opentelemetry.io/otel/sdk v1.35.0
107
112
go.uber.org/goleak v1.3.0
108
113
golang.org/x/exp v0.0.0-20240222234643-814bf88cf225
109
- golang.org/x/sync v0.10 .0
114
+ golang.org/x/sync v0.11 .0
110
115
gonum.org/v1/gonum v0.14.0
111
116
modernc.org/sqlite v1.29.2
112
117
)
113
118
114
119
require (
115
120
cloud.google.com/go v0.112.1 // indirect
116
- cloud.google.com/go/compute v1.25.0 // indirect
117
- cloud.google.com/go/compute/metadata v0.2.3 // indirect
121
+ cloud.google.com/go/compute/metadata v0.6.0 // indirect
118
122
cloud.google.com/go/iam v1.1.6 // indirect
119
123
github.com/DataDog/appsec-internal-go v1.5.0 // indirect
120
124
github.com/DataDog/datadog-agent/pkg/obfuscate v0.51.1 // indirect
@@ -126,6 +130,7 @@ require (
126
130
github.com/DataDog/sketches-go v1.4.4 // indirect
127
131
github.com/Microsoft/go-winio v0.6.1 // indirect
128
132
github.com/beorn7/perks v1.0.1 // indirect
133
+ github.com/cenkalti/backoff/v4 v4.3.0 // indirect
129
134
github.com/coreos/go-semver v0.3.1 // indirect
130
135
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
131
136
github.com/cpuguy83/go-md2man/v2 v2.0.3 // indirect
@@ -134,13 +139,14 @@ require (
134
139
github.com/ebitengine/purego v0.6.1 // indirect
135
140
github.com/fatih/color v1.16.0 // indirect
136
141
github.com/felixge/httpsnoop v1.0.4 // indirect
137
- github.com/go-logr/logr v1.4.1 // indirect
142
+ github.com/go-logr/logr v1.4.2 // indirect
138
143
github.com/go-logr/stdr v1.2.2 // indirect
139
144
github.com/gogo/protobuf v1.3.2 // indirect
140
145
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
141
146
github.com/google/s2a-go v0.1.7 // indirect
142
147
github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect
143
148
github.com/googleapis/gax-go/v2 v2.12.2 // indirect
149
+ github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.1 // indirect
144
150
github.com/hashicorp/errwrap v1.1.0 // indirect
145
151
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
146
152
github.com/hashicorp/go-hclog v1.6.2 // indirect
@@ -165,7 +171,7 @@ require (
165
171
github.com/prometheus/procfs v0.12.0 // indirect
166
172
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
167
173
github.com/rivo/uniseg v0.4.7 // indirect
168
- github.com/rogpeppe/go-internal v1.12.0 // indirect
174
+ github.com/rogpeppe/go-internal v1.13.1 // indirect
169
175
github.com/russross/blackfriday/v2 v2.1.0 // indirect
170
176
github.com/sagikazarmark/locafero v0.4.0 // indirect
171
177
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
@@ -176,18 +182,18 @@ require (
176
182
github.com/tidwall/match v1.1.1 // indirect
177
183
github.com/tidwall/pretty v1.2.1 // indirect
178
184
go.opencensus.io v0.24.0 // indirect
185
+ go.opentelemetry.io/auto/sdk v1.1.0 // indirect
179
186
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.49.0 // indirect
180
187
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0 // indirect
181
- go.opentelemetry.io/otel v1.24 .0 // indirect
182
- go.opentelemetry.io/otel/metric v1.24 .0 // indirect
183
- go.opentelemetry.io/otel/trace v1.24 .0 // indirect
188
+ go.opentelemetry.io/otel/metric v1.35 .0 // indirect
189
+ go.opentelemetry.io/otel/trace v1.35 .0 // indirect
190
+ go.opentelemetry.io/proto/otlp v1.5 .0 // indirect
184
191
go.uber.org/atomic v1.11.0 // indirect
185
192
go.uber.org/multierr v1.11.0 // indirect
186
193
go.uber.org/zap v1.27.0 // indirect
187
194
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
188
- google.golang.org/appengine v1.6.8 // indirect
189
- google.golang.org/genproto/googleapis/api v0.0.0-20240304212257-790db918fca8 // indirect
190
- google.golang.org/genproto/googleapis/rpc v0.0.0-20240304212257-790db918fca8 // indirect
195
+ google.golang.org/genproto/googleapis/api v0.0.0-20250218202821-56aae31c358a // indirect
196
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20250218202821-56aae31c358a // indirect
191
197
gopkg.in/ini.v1 v1.67.0 // indirect
192
198
gopkg.in/yaml.v2 v2.4.0 // indirect
193
199
gopkg.in/yaml.v3 v3.0.1 // indirect
0 commit comments