1
1
module github.com/cortexproject/cortex
2
2
3
3
go 1.24.0
4
-
5
4
require (
6
5
github.com/Masterminds/squirrel v1.5.4
7
6
github.com/alecthomas/units v0.0.0-20240927000941-0f3dac36c52b
@@ -16,60 +15,60 @@ require (
16
15
github.com/felixge/fgprof v0.9.5
17
16
github.com/go-kit/log v0.2.1
18
17
github.com/go-openapi/strfmt v0.23.0
19
- github.com/go-openapi/swag v0.23.0
18
+ github.com/go-openapi/swag v0.23.1
20
19
github.com/go-redis/redis/v8 v8.11.5
21
20
github.com/gogo/protobuf v1.3.2
22
21
github.com/gogo/status v1.1.1
23
- github.com/golang-migrate/migrate/v4 v4.18.1
22
+ github.com/golang-migrate/migrate/v4 v4.18.2
24
23
github.com/golang/protobuf v1.5.4
25
- github.com/golang/snappy v0 .0.4
24
+ github.com/golang/snappy v1 .0.0
26
25
github.com/gorilla/mux v1.8.1
27
26
github.com/grafana/regexp v0.0.0-20240518133315-a468a5bfb3bc
28
27
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0
29
- github.com/hashicorp/consul/api v1.31 .0
28
+ github.com/hashicorp/consul/api v1.32 .0
30
29
github.com/hashicorp/go-cleanhttp v0.5.2
31
30
github.com/hashicorp/go-sockaddr v1.0.7
32
31
github.com/hashicorp/memberlist v0.5.1
33
32
github.com/json-iterator/go v1.1.12
34
- github.com/klauspost/compress v1.17.11
33
+ github.com/klauspost/compress v1.18.0
35
34
github.com/lib/pq v1.10.9
36
- github.com/minio/minio-go/v7 v7.0.82
35
+ github.com/minio/minio-go/v7 v7.0.89
37
36
github.com/mitchellh/go-wordwrap v1.0.1
38
37
github.com/oklog/ulid v1.3.1
39
- github.com/opentracing-contrib/go-grpc v0.1.0
38
+ github.com/opentracing-contrib/go-grpc v0.1.2
40
39
github.com/opentracing-contrib/go-stdlib v1.1.0
41
40
github.com/opentracing/opentracing-go v1.2.0
42
41
github.com/pkg/errors v0.9.1
43
42
github.com/prometheus/alertmanager v0.28.1
44
43
github.com/prometheus/client_golang v1.21.1
45
44
github.com/prometheus/client_model v0.6.1
46
- github.com/prometheus/common v0.62 .0
45
+ github.com/prometheus/common v0.63 .0
47
46
// Prometheus maps version 2.x.y to tags v0.x.y.
48
47
github.com/prometheus/prometheus v0.302.1
49
48
github.com/segmentio/fasthash v1.0.3
50
49
github.com/sony/gobreaker v1.0.0
51
- github.com/spf13/afero v1.11 .0
50
+ github.com/spf13/afero v1.14 .0
52
51
github.com/stretchr/testify v1.10.0
53
52
github.com/thanos-io/objstore v0.0.0-20241111205755-d1dd89d41f97
54
53
github.com/thanos-io/promql-engine v0.0.0-20250324222505-d17b9bdecd14
55
54
github.com/thanos-io/thanos v0.37.3-0.20250212101700-346d18bb0f80
56
55
github.com/uber/jaeger-client-go v2.30.0+incompatible
57
56
github.com/weaveworks/common v0.0.0-20230728070032-dd9e68f319d5
58
- go.etcd.io/etcd/api/v3 v3.5.17
59
- go.etcd.io/etcd/client/pkg/v3 v3.5.17
60
- go.etcd.io/etcd/client/v3 v3.5.17
61
- go.opentelemetry.io/contrib/propagators/aws v1.33 .0
62
- go.opentelemetry.io/otel v1.34 .0
63
- go.opentelemetry.io/otel/bridge/opentracing v1.33 .0
64
- go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.34 .0
65
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.34 .0
66
- go.opentelemetry.io/otel/sdk v1.34 .0
67
- go.opentelemetry.io/otel/trace v1.34 .0
57
+ go.etcd.io/etcd/api/v3 v3.5.21
58
+ go.etcd.io/etcd/client/pkg/v3 v3.5.21
59
+ go.etcd.io/etcd/client/v3 v3.5.21
60
+ go.opentelemetry.io/contrib/propagators/aws v1.35 .0
61
+ go.opentelemetry.io/otel v1.35 .0
62
+ go.opentelemetry.io/otel/bridge/opentracing v1.35 .0
63
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.35 .0
64
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.35 .0
65
+ go.opentelemetry.io/otel/sdk v1.35 .0
66
+ go.opentelemetry.io/otel/trace v1.35 .0
68
67
go.uber.org/atomic v1.11.0
69
- golang.org/x/net v0.36 .0
70
- golang.org/x/sync v0.11 .0
71
- golang.org/x/time v0.9 .0
72
- google.golang.org/grpc v1.70.0
68
+ golang.org/x/net v0.38 .0
69
+ golang.org/x/sync v0.12 .0
70
+ golang.org/x/time v0.11 .0
71
+ google.golang.org/grpc v1.71.1
73
72
gopkg.in/yaml.v2 v2.4.0
74
73
gopkg.in/yaml.v3 v3.0.1
75
74
)
@@ -82,9 +81,9 @@ require (
82
81
github.com/hashicorp/golang-lru/v2 v2.0.7
83
82
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
84
83
github.com/sercand/kuberesolver/v5 v5.1.1
85
- github.com/tjhop/slog-gokit v0.1.2
86
- go.opentelemetry.io/collector/pdata v1.24 .0
87
- google.golang.org/protobuf v1.36.4
84
+ github.com/tjhop/slog-gokit v0.1.4
85
+ go.opentelemetry.io/collector/pdata v1.29 .0
86
+ google.golang.org/protobuf v1.36.6
88
87
)
89
88
90
89
require (
@@ -145,7 +144,7 @@ require (
145
144
github.com/go-openapi/runtime v0.28.0 // indirect
146
145
github.com/go-openapi/spec v0.21.0 // indirect
147
146
github.com/go-openapi/validate v0.24.0 // indirect
148
- github.com/goccy/go-json v0.10.3 // indirect
147
+ github.com/goccy/go-json v0.10.5 // indirect
149
148
github.com/gofrs/uuid v4.4.0+incompatible // indirect
150
149
github.com/gogo/googleapis v1.4.0 // indirect
151
150
github.com/golang-jwt/jwt/v5 v5.2.1 // indirect
@@ -157,7 +156,7 @@ require (
157
156
github.com/googleapis/enterprise-certificate-proxy v0.3.4 // indirect
158
157
github.com/googleapis/gax-go/v2 v2.14.1 // indirect
159
158
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.1.0 // indirect
160
- github.com/grpc-ecosystem/grpc-gateway/v2 v2.25 .1 // indirect
159
+ github.com/grpc-ecosystem/grpc-gateway/v2 v2.26 .1 // indirect
161
160
github.com/hashicorp/errwrap v1.1.0 // indirect
162
161
github.com/hashicorp/go-hclog v1.6.3 // indirect
163
162
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
@@ -171,18 +170,19 @@ require (
171
170
github.com/josharian/intern v1.0.0 // indirect
172
171
github.com/jpillora/backoff v1.0.0 // indirect
173
172
github.com/julienschmidt/httprouter v1.3.0 // indirect
174
- github.com/klauspost/cpuid/v2 v2.2.8 // indirect
173
+ github.com/klauspost/cpuid/v2 v2.2.10 // indirect
175
174
github.com/kylelemons/godebug v1.1.0 // indirect
176
175
github.com/lann/builder v0.0.0-20180802200727-47ae307949d0 // indirect
177
176
github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0 // indirect
178
- github.com/mailru/easyjson v0.7.7 // indirect
177
+ github.com/mailru/easyjson v0.9.0 // indirect
179
178
github.com/mattn/go-colorable v0.1.13 // indirect
180
179
github.com/mattn/go-isatty v0.0.20 // indirect
181
180
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
182
181
github.com/mdlayher/socket v0.4.1 // indirect
183
182
github.com/mdlayher/vsock v1.2.1 // indirect
184
183
github.com/metalmatze/signal v0.0.0-20210307161603-1c9aa721a97a // indirect
185
184
github.com/miekg/dns v1.1.63 // indirect
185
+ github.com/minio/crc64nvme v1.0.1 // indirect
186
186
github.com/minio/md5-simd v1.1.2 // indirect
187
187
github.com/minio/sha256-simd v1.0.1 // indirect
188
188
github.com/mitchellh/go-homedir v1.1.0 // indirect
@@ -233,25 +233,25 @@ require (
233
233
go.opentelemetry.io/contrib/propagators/b3 v1.29.0 // indirect
234
234
go.opentelemetry.io/contrib/propagators/jaeger v1.29.0 // indirect
235
235
go.opentelemetry.io/contrib/propagators/ot v1.29.0 // indirect
236
- go.opentelemetry.io/otel/metric v1.34 .0 // indirect
236
+ go.opentelemetry.io/otel/metric v1.35 .0 // indirect
237
237
go.opentelemetry.io/proto/otlp v1.5.0 // indirect
238
238
go.uber.org/goleak v1.3.0 // indirect
239
239
go.uber.org/multierr v1.11.0 // indirect
240
240
go.uber.org/zap v1.27.0 // indirect
241
241
go4.org/intern v0.0.0-20230525184215-6c62f75575cb // indirect
242
242
go4.org/unsafe/assume-no-moving-gc v0.0.0-20230525183740-e7c30c78aeb2 // indirect
243
- golang.org/x/crypto v0.35 .0 // indirect
244
- golang.org/x/exp v0.0.0-20240613232115-7f521ea00fb8 // indirect
243
+ golang.org/x/crypto v0.36 .0 // indirect
244
+ golang.org/x/exp v0.0.0-20250106191152-7588d65b2ba8 // indirect
245
245
golang.org/x/mod v0.22.0 // indirect
246
- golang.org/x/oauth2 v0.25 .0 // indirect
247
- golang.org/x/sys v0.30 .0 // indirect
248
- golang.org/x/text v0.22 .0 // indirect
246
+ golang.org/x/oauth2 v0.26 .0 // indirect
247
+ golang.org/x/sys v0.31 .0 // indirect
248
+ golang.org/x/text v0.23 .0 // indirect
249
249
golang.org/x/tools v0.29.0 // indirect
250
250
gonum.org/v1/gonum v0.15.1 // indirect
251
251
google.golang.org/api v0.218.0 // indirect
252
252
google.golang.org/genproto v0.0.0-20240823204242-4ba0660f739c // indirect
253
- google.golang.org/genproto/googleapis/api v0.0.0-20250115164207-1a7da9e5054f // indirect
254
- google.golang.org/genproto/googleapis/rpc v0.0.0-20250115164207-1a7da9e5054f // indirect
253
+ google.golang.org/genproto/googleapis/api v0.0.0-20250218202821-56aae31c358a // indirect
254
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20250218202821-56aae31c358a // indirect
255
255
gopkg.in/alecthomas/kingpin.v2 v2.2.6 // indirect
256
256
gopkg.in/telebot.v3 v3.3.8 // indirect
257
257
k8s.io/apimachinery v0.31.3 // indirect
0 commit comments