@@ -7,7 +7,7 @@ require (
7
7
cloud.google.com/go/trace v1.10.12
8
8
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.8.3
9
9
github.com/KimMachineGun/automemlimit v0.6.1
10
- github.com/alecthomas/units v0.0.0-20240626203959-61d1e3462e30
10
+ github.com/alecthomas/units v0.0.0-20240927000941-0f3dac36c52b
11
11
github.com/alicebob/miniredis/v2 v2.22.0
12
12
github.com/blang/semver/v4 v4.0.0
13
13
github.com/bradfitz/gomemcache v0.0.0-20190913173617-a41fca850d0b
@@ -25,7 +25,7 @@ require (
25
25
github.com/fatih/structtag v1.2.0
26
26
github.com/felixge/fgprof v0.9.5
27
27
github.com/fortytw2/leaktest v1.3.0
28
- github.com/fsnotify/fsnotify v1.7 .0
28
+ github.com/fsnotify/fsnotify v1.8 .0
29
29
github.com/go-kit/log v0.2.1
30
30
github.com/go-openapi/strfmt v0.23.0
31
31
github.com/gogo/protobuf v1.3.2
@@ -60,66 +60,66 @@ require (
60
60
github.com/prometheus/alertmanager v0.27.0
61
61
github.com/prometheus/client_golang v1.20.5
62
62
github.com/prometheus/client_model v0.6.1
63
- github.com/prometheus/common v0.60 .0
64
- github.com/prometheus/exporter-toolkit v0.12.0
65
- // Prometheus maps version 2 .x.y to tags v0.x .y.
66
- github.com/prometheus/prometheus v0.55.1-0.20241102120812-a6fd22b9d2c8
63
+ github.com/prometheus/common v0.61 .0
64
+ github.com/prometheus/exporter-toolkit v0.13.2
65
+ // Prometheus maps version 3 .x.y to tags v0.30x .y.
66
+ github.com/prometheus/prometheus v0.301.0
67
67
github.com/redis/rueidis v1.0.45-alpha.1
68
68
github.com/seiflotfy/cuckoofilter v0.0.0-20240715131351-a2f2c23f1771
69
69
github.com/sony/gobreaker v0.5.0
70
- github.com/stretchr/testify v1.9 .0
70
+ github.com/stretchr/testify v1.10 .0
71
71
github.com/thanos-io/objstore v0.0.0-20241111205755-d1dd89d41f97
72
- github.com/thanos-io/promql-engine v0.0.0-20241217103156-9dbff30059cf
72
+ github.com/thanos-io/promql-engine v0.0.0-20250211181629-815830ca3e2e
73
73
github.com/uber/jaeger-client-go v2.30.0+incompatible
74
74
github.com/vimeo/galaxycache v0.0.0-20210323154928-b7e5d71c067a
75
75
github.com/weaveworks/common v0.0.0-20230728070032-dd9e68f319d5
76
76
go.elastic.co/apm v1.15.0
77
77
go.elastic.co/apm/module/apmot v1.15.0
78
78
go.opentelemetry.io/contrib/propagators/autoprop v0.54.0
79
79
go.opentelemetry.io/contrib/samplers/jaegerremote v0.23.0
80
- go.opentelemetry.io/otel v1.31 .0
80
+ go.opentelemetry.io/otel v1.33 .0
81
81
go.opentelemetry.io/otel/bridge/opentracing v1.31.0
82
82
go.opentelemetry.io/otel/exporters/jaeger v1.16.0
83
- go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.29 .0
84
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.29 .0
85
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.29 .0
86
- go.opentelemetry.io/otel/sdk v1.29 .0
87
- go.opentelemetry.io/otel/trace v1.31 .0
83
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.33 .0
84
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.33 .0
85
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.33 .0
86
+ go.opentelemetry.io/otel/sdk v1.33 .0
87
+ go.opentelemetry.io/otel/trace v1.33 .0
88
88
go.uber.org/atomic v1.11.0
89
- go.uber.org/automaxprocs v1.5.3
89
+ go.uber.org/automaxprocs v1.6.0
90
90
go.uber.org/goleak v1.3.0
91
91
go4.org/intern v0.0.0-20230525184215-6c62f75575cb
92
92
golang.org/x/crypto v0.31.0
93
93
golang.org/x/net v0.33.0
94
94
golang.org/x/sync v0.10.0
95
95
golang.org/x/text v0.21.0
96
- golang.org/x/time v0.7 .0
97
- google.golang.org/grpc v1.66 .0
96
+ golang.org/x/time v0.8 .0
97
+ google.golang.org/grpc v1.69 .0
98
98
google.golang.org/grpc/examples v0.0.0-20211119005141-f45e61797429
99
- google.golang.org/protobuf v1.35.1
99
+ google.golang.org/protobuf v1.36.0
100
100
gopkg.in/alecthomas/kingpin.v2 v2.2.6
101
101
gopkg.in/yaml.v2 v2.4.0
102
102
gopkg.in/yaml.v3 v3.0.1
103
103
)
104
104
105
105
require (
106
106
cloud.google.com/go v0.115.1 // indirect
107
- cloud.google.com/go/auth v0.9.3 // indirect
108
- cloud.google.com/go/auth/oauth2adapt v0.2.4 // indirect
109
- cloud.google.com/go/compute/metadata v0.5 .0 // indirect
107
+ cloud.google.com/go/auth v0.13.0 // indirect
108
+ cloud.google.com/go/auth/oauth2adapt v0.2.6 // indirect
109
+ cloud.google.com/go/compute/metadata v0.6 .0 // indirect
110
110
cloud.google.com/go/iam v1.1.13 // indirect
111
111
cloud.google.com/go/storage v1.43.0 // indirect
112
- github.com/Azure/azure-sdk-for-go/sdk/azcore v1.14 .0 // indirect
113
- github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.7 .0 // indirect
112
+ github.com/Azure/azure-sdk-for-go/sdk/azcore v1.16 .0 // indirect
113
+ github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.8 .0 // indirect
114
114
github.com/Azure/azure-sdk-for-go/sdk/internal v1.10.0 // indirect
115
115
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.3.0 // indirect
116
116
github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2 // indirect
117
117
)
118
118
119
119
require (
120
120
github.com/tjhop/slog-gokit v0.1.2
121
- go.opentelemetry.io/collector/pdata v1.14.1
122
- go.opentelemetry.io/collector/semconv v0.108.1
121
+ go.opentelemetry.io/collector/pdata v1.22.0
122
+ go.opentelemetry.io/collector/semconv v0.116.0
123
123
)
124
124
125
125
require github.com/dgryski/go-metro v0.0.0-20200812162917-85c65e2d0165 // indirect
@@ -149,14 +149,14 @@ require (
149
149
github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58 // indirect
150
150
github.com/sercand/kuberesolver/v4 v4.0.0 // indirect
151
151
github.com/zhangyunhao116/umap v0.0.0-20221211160557-cb7705fafa39 // indirect
152
- go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.49 .0 // indirect
152
+ go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.54 .0 // indirect
153
153
go.opentelemetry.io/contrib/propagators/ot v1.29.0 // indirect
154
154
go4.org/unsafe/assume-no-moving-gc v0.0.0-20230525183740-e7c30c78aeb2 // indirect
155
155
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
156
- google.golang.org/genproto/googleapis/api v0.0.0-20240827150818-7e3bb234dfed // indirect
157
- google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 // indirect
158
- k8s.io/apimachinery v0.31.1 // indirect
159
- k8s.io/client-go v0.31.0 // indirect
156
+ google.golang.org/genproto/googleapis/api v0.0.0-20241216192217-9240e9c98484 // indirect
157
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20241209162323-e6fa225c2576 // indirect
158
+ k8s.io/apimachinery v0.31.3 // indirect
159
+ k8s.io/client-go v0.31.3 // indirect
160
160
k8s.io/klog/v2 v2.130.1 // indirect
161
161
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 // indirect
162
162
zenhack.net/go/util v0.0.0-20230414204917-531d38494cf5 // indirect
@@ -189,7 +189,7 @@ require (
189
189
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
190
190
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
191
191
github.com/dennwc/varint v1.0.0 // indirect
192
- github.com/edsrzf/mmap-go v1.1 .0 // indirect
192
+ github.com/edsrzf/mmap-go v1.2 .0 // indirect
193
193
github.com/elastic/go-sysinfo v1.8.1 // indirect
194
194
github.com/elastic/go-windows v1.0.1 // indirect
195
195
github.com/felixge/httpsnoop v1.0.4 // indirect
@@ -199,24 +199,24 @@ require (
199
199
github.com/go-ole/go-ole v1.2.6 // indirect
200
200
github.com/go-openapi/analysis v0.22.2 // indirect
201
201
github.com/go-openapi/errors v0.22.0 // indirect
202
- github.com/go-openapi/jsonpointer v0.20.2 // indirect
202
+ github.com/go-openapi/jsonpointer v0.21.0 // indirect
203
203
github.com/go-openapi/jsonreference v0.20.4 // indirect
204
204
github.com/go-openapi/loads v0.21.5 // indirect
205
205
github.com/go-openapi/spec v0.20.14 // indirect
206
- github.com/go-openapi/swag v0.22.9 // indirect
206
+ github.com/go-openapi/swag v0.23.0 // indirect
207
207
github.com/go-openapi/validate v0.23.0 // indirect
208
208
github.com/gobwas/httphead v0.1.0 // indirect
209
209
github.com/gobwas/pool v0.2.1 // indirect
210
210
github.com/gobwas/ws v1.2.1 // indirect
211
211
github.com/gofrs/flock v0.8.1 // indirect
212
212
github.com/gogo/googleapis v1.4.0 // indirect
213
213
github.com/google/go-querystring v1.1.0 // indirect
214
- github.com/google/pprof v0.0.0-20240827171923-fa2c70bbbfe5 // indirect
214
+ github.com/google/pprof v0.0.0-20241210010833-40e02aabc2ad // indirect
215
215
github.com/googleapis/enterprise-certificate-proxy v0.3.4 // indirect
216
- github.com/googleapis/gax-go/v2 v2.13 .0 // indirect
216
+ github.com/googleapis/gax-go/v2 v2.14 .0 // indirect
217
217
github.com/gorilla/mux v1.8.0 // indirect
218
218
github.com/grafana/regexp v0.0.0-20240518133315-a468a5bfb3bc // indirect
219
- github.com/grpc-ecosystem/grpc-gateway/v2 v2.22 .0 // indirect
219
+ github.com/grpc-ecosystem/grpc-gateway/v2 v2.24 .0 // indirect
220
220
github.com/jmespath/go-jmespath v0.4.0 // indirect
221
221
github.com/joeshaw/multierror v0.0.0-20140124173710-69b34d4ec901 // indirect
222
222
github.com/josharian/intern v1.0.0 // indirect
@@ -240,8 +240,8 @@ require (
240
240
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
241
241
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
242
242
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
243
- github.com/prometheus/common/sigv4 v0.1.0 // indirect
244
243
github.com/prometheus/procfs v0.15.1 // indirect
244
+ github.com/prometheus/sigv4 v0.1.0 // indirect
245
245
github.com/rivo/uniseg v0.2.0 // indirect
246
246
github.com/rs/xid v1.6.0 // indirect
247
247
github.com/santhosh-tekuri/jsonschema v1.2.4 // indirect
@@ -259,20 +259,22 @@ require (
259
259
go.elastic.co/fastjson v1.1.0 // indirect
260
260
go.mongodb.org/mongo-driver v1.14.0 // indirect
261
261
go.opencensus.io v0.24.0 // indirect
262
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.53.0 // indirect
262
+ go.opentelemetry.io/auto/sdk v1.1.0 // indirect
263
+ go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.58.0 // indirect
264
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.58.0 // indirect
263
265
go.opentelemetry.io/contrib/propagators/aws v1.29.0 // indirect
264
266
go.opentelemetry.io/contrib/propagators/b3 v1.29.0 // indirect
265
267
go.opentelemetry.io/contrib/propagators/jaeger v1.29.0 // indirect
266
- go.opentelemetry.io/otel/metric v1.31 .0 // indirect
267
- go.opentelemetry.io/proto/otlp v1.3.1 // indirect
268
+ go.opentelemetry.io/otel/metric v1.33 .0 // indirect
269
+ go.opentelemetry.io/proto/otlp v1.4.0 // indirect
268
270
go.uber.org/multierr v1.11.0 // indirect
269
271
golang.org/x/exp v0.0.0-20240613232115-7f521ea00fb8 // indirect
270
- golang.org/x/mod v0.21 .0 // indirect
271
- golang.org/x/oauth2 v0.23 .0 // indirect
272
+ golang.org/x/mod v0.22 .0 // indirect
273
+ golang.org/x/oauth2 v0.24 .0 // indirect
272
274
golang.org/x/sys v0.28.0 // indirect
273
- golang.org/x/tools v0.24 .0 // indirect
275
+ golang.org/x/tools v0.28 .0 // indirect
274
276
gonum.org/v1/gonum v0.15.0 // indirect
275
- google.golang.org/api v0.195 .0 // indirect
277
+ google.golang.org/api v0.213 .0 // indirect
276
278
google.golang.org/genproto v0.0.0-20240823204242-4ba0660f739c // indirect
277
279
howett.net/plist v0.0.0-20181124034731-591f970eefbb // indirect
278
280
)
0 commit comments