-
Notifications
You must be signed in to change notification settings - Fork 850
Bump the go-dependencies group across 1 directory with 24 updates #7300
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @@ -1,11 +1,11 @@ | ||||||||||||||||||||||||||||||
| module github.com/cortexproject/cortex | ||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||
| go 1.25.5 | ||||||||||||||||||||||||||||||
| go 1.25.7 | ||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||
| require ( | ||||||||||||||||||||||||||||||
| github.com/Masterminds/squirrel v1.5.4 | ||||||||||||||||||||||||||||||
| github.com/alecthomas/units v0.0.0-20240927000941-0f3dac36c52b | ||||||||||||||||||||||||||||||
| github.com/alicebob/miniredis/v2 v2.35.0 | ||||||||||||||||||||||||||||||
| github.com/alicebob/miniredis/v2 v2.37.0 | ||||||||||||||||||||||||||||||
| github.com/bradfitz/gomemcache v0.0.0-20250403215159-8d39553ac7cf | ||||||||||||||||||||||||||||||
| github.com/cortexproject/promqlsmith v0.0.0-20260205231645-0c8ef5fe46a5 | ||||||||||||||||||||||||||||||
| github.com/dustin/go-humanize v1.0.1 | ||||||||||||||||||||||||||||||
|
|
@@ -18,19 +18,19 @@ require ( | |||||||||||||||||||||||||||||
| github.com/go-redis/redis/v8 v8.11.5 | ||||||||||||||||||||||||||||||
| github.com/gogo/protobuf v1.3.2 | ||||||||||||||||||||||||||||||
| github.com/gogo/status v1.1.1 | ||||||||||||||||||||||||||||||
| github.com/golang-migrate/migrate/v4 v4.18.1 | ||||||||||||||||||||||||||||||
| github.com/golang-migrate/migrate/v4 v4.19.1 | ||||||||||||||||||||||||||||||
| github.com/golang/protobuf v1.5.4 // indirect | ||||||||||||||||||||||||||||||
| github.com/golang/snappy v1.0.0 | ||||||||||||||||||||||||||||||
| github.com/gorilla/mux v1.8.1 | ||||||||||||||||||||||||||||||
| github.com/grafana/regexp v0.0.0-20250905093917-f7b3be9d1853 | ||||||||||||||||||||||||||||||
| github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 | ||||||||||||||||||||||||||||||
| github.com/hashicorp/consul/api v1.32.0 | ||||||||||||||||||||||||||||||
| github.com/hashicorp/consul/api v1.33.4 | ||||||||||||||||||||||||||||||
| github.com/hashicorp/go-cleanhttp v0.5.2 | ||||||||||||||||||||||||||||||
| github.com/hashicorp/go-metrics v0.5.4 | ||||||||||||||||||||||||||||||
| github.com/hashicorp/go-sockaddr v1.0.7 | ||||||||||||||||||||||||||||||
| github.com/hashicorp/memberlist v0.5.4 | ||||||||||||||||||||||||||||||
| github.com/json-iterator/go v1.1.12 | ||||||||||||||||||||||||||||||
| github.com/klauspost/compress v1.18.2 | ||||||||||||||||||||||||||||||
| github.com/klauspost/compress v1.18.4 | ||||||||||||||||||||||||||||||
| github.com/lib/pq v1.11.2 // indirect | ||||||||||||||||||||||||||||||
| github.com/minio/minio-go/v7 v7.0.98 | ||||||||||||||||||||||||||||||
| github.com/mitchellh/go-wordwrap v1.0.1 | ||||||||||||||||||||||||||||||
|
|
@@ -47,37 +47,37 @@ require ( | |||||||||||||||||||||||||||||
| github.com/prometheus/prometheus v0.308.1 | ||||||||||||||||||||||||||||||
| github.com/segmentio/fasthash v1.0.3 | ||||||||||||||||||||||||||||||
| github.com/sony/gobreaker v1.0.0 | ||||||||||||||||||||||||||||||
| github.com/spf13/afero v1.11.0 | ||||||||||||||||||||||||||||||
| github.com/spf13/afero v1.15.0 | ||||||||||||||||||||||||||||||
| github.com/stretchr/testify v1.11.1 | ||||||||||||||||||||||||||||||
| github.com/thanos-io/objstore v0.0.0-20250804093838-71d60dfee488 | ||||||||||||||||||||||||||||||
| github.com/thanos-io/promql-engine v0.0.0-20260119085929-dd5223783674 | ||||||||||||||||||||||||||||||
| github.com/thanos-io/thanos v0.40.1-0.20260204190131-802f43f3bc64 | ||||||||||||||||||||||||||||||
| github.com/uber/jaeger-client-go v2.30.0+incompatible | ||||||||||||||||||||||||||||||
| github.com/weaveworks/common v0.0.0-20230728070032-dd9e68f319d5 | ||||||||||||||||||||||||||||||
| go.etcd.io/etcd/api/v3 v3.5.17 | ||||||||||||||||||||||||||||||
| go.etcd.io/etcd/client/pkg/v3 v3.5.17 | ||||||||||||||||||||||||||||||
| go.etcd.io/etcd/client/v3 v3.5.17 | ||||||||||||||||||||||||||||||
| go.opentelemetry.io/contrib/propagators/aws v1.36.0 | ||||||||||||||||||||||||||||||
| go.opentelemetry.io/otel v1.39.0 | ||||||||||||||||||||||||||||||
| go.opentelemetry.io/otel/bridge/opentracing v1.36.0 | ||||||||||||||||||||||||||||||
| go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.39.0 | ||||||||||||||||||||||||||||||
| go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.39.0 | ||||||||||||||||||||||||||||||
| go.opentelemetry.io/otel/sdk v1.39.0 | ||||||||||||||||||||||||||||||
| go.opentelemetry.io/otel/trace v1.39.0 | ||||||||||||||||||||||||||||||
| go.etcd.io/etcd/api/v3 v3.6.8 | ||||||||||||||||||||||||||||||
| go.etcd.io/etcd/client/pkg/v3 v3.6.8 | ||||||||||||||||||||||||||||||
| go.etcd.io/etcd/client/v3 v3.6.8 | ||||||||||||||||||||||||||||||
| go.opentelemetry.io/contrib/propagators/aws v1.40.0 | ||||||||||||||||||||||||||||||
| go.opentelemetry.io/otel v1.40.0 | ||||||||||||||||||||||||||||||
| go.opentelemetry.io/otel/bridge/opentracing v1.40.0 | ||||||||||||||||||||||||||||||
| go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.40.0 | ||||||||||||||||||||||||||||||
| go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.40.0 | ||||||||||||||||||||||||||||||
| go.opentelemetry.io/otel/sdk v1.40.0 | ||||||||||||||||||||||||||||||
| go.opentelemetry.io/otel/trace v1.40.0 | ||||||||||||||||||||||||||||||
|
Comment on lines
+60
to
+66
|
||||||||||||||||||||||||||||||
| go.opentelemetry.io/contrib/propagators/aws v1.40.0 | |
| go.opentelemetry.io/otel v1.40.0 | |
| go.opentelemetry.io/otel/bridge/opentracing v1.40.0 | |
| go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.40.0 | |
| go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.40.0 | |
| go.opentelemetry.io/otel/sdk v1.40.0 | |
| go.opentelemetry.io/otel/trace v1.40.0 | |
| go.opentelemetry.io/contrib/propagators/aws v1.39.0 | |
| go.opentelemetry.io/otel v1.39.0 | |
| go.opentelemetry.io/otel/bridge/opentracing v1.39.0 | |
| go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.39.0 | |
| go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.39.0 | |
| go.opentelemetry.io/otel/sdk v1.39.0 | |
| go.opentelemetry.io/otel/trace v1.39.0 |
Copilot
AI
Mar 1, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is a clear version skew within go.opentelemetry.io/collector/... dependencies: featuregate is bumped to v1.52.0 while other collector components here remain at v1.45.0. These collector modules typically evolve together and can have internal API compatibility expectations. Align these collector module versions to the same release series (e.g., bump the remaining collector modules to v1.52.0 if that’s the intended target) to prevent build/runtime incompatibilities.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The
godirective ingo.modis expected to use a language version inmajor.minorform (e.g.,1.25), not a patch version. Usinggo 1.25.7can causegotooling to reject the module file. Consider changing this togo 1.25and (if you want to pin the toolchain) add a separatetoolchain go1.25.7directive.