Skip to content

Commit 9895f64

Browse files
authored
go.mod: upgrade thanos-io/promql-engine (#6798)
Signed-off-by: 🌲 Harry 🌊 John 🏔 <[email protected]>
1 parent dd5a776 commit 9895f64

File tree

35 files changed

+792
-484
lines changed

35 files changed

+792
-484
lines changed

go.mod

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,15 @@ require (
4343
github.com/prometheus/alertmanager v0.28.1
4444
github.com/prometheus/client_golang v1.21.1
4545
github.com/prometheus/client_model v0.6.2
46-
github.com/prometheus/common v0.62.0
46+
github.com/prometheus/common v0.63.0
4747
// Prometheus maps version 2.x.y to tags v0.x.y.
48-
github.com/prometheus/prometheus v0.303.1-0.20250504095004-c3ce1f192748
48+
github.com/prometheus/prometheus v0.303.1
4949
github.com/segmentio/fasthash v1.0.3
5050
github.com/sony/gobreaker v1.0.0
5151
github.com/spf13/afero v1.11.0
5252
github.com/stretchr/testify v1.10.0
5353
github.com/thanos-io/objstore v0.0.0-20250317105316-a0136a6f898d
54-
github.com/thanos-io/promql-engine v0.0.0-20250522103302-dd83bd8fdb50
54+
github.com/thanos-io/promql-engine v0.0.0-20250606124720-6f637b9579dc
5555
github.com/thanos-io/thanos v0.37.3-0.20250603135757-4ad45948cd10
5656
github.com/uber/jaeger-client-go v2.30.0+incompatible
5757
github.com/weaveworks/common v0.0.0-20230728070032-dd9e68f319d5
@@ -310,3 +310,5 @@ replace google.golang.org/grpc => google.golang.org/grpc v1.65.0
310310
replace github.com/thanos-io/objstore => github.com/thanos-io/objstore v0.0.0-20241111205755-d1dd89d41f97
311311

312312
replace github.com/prometheus/prometheus => github.com/prometheus/prometheus v0.302.1
313+
314+
replace github.com/prometheus/common => github.com/prometheus/common v0.62.1-0.20250120132612-df14882cbf97

go.sum

Lines changed: 31 additions & 50 deletions
Large diffs are not rendered by default.

vendor/github.com/prometheus/common/config/headers.go

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/prometheus/common/promslog/slog.go

Lines changed: 76 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/thanos-io/promql-engine/engine/engine.go

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/thanos-io/promql-engine/engine/sort.go

Lines changed: 28 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/thanos-io/promql-engine/execution/aggregate/accumulator.go

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/thanos-io/promql-engine/execution/aggregate/count_values.go

Lines changed: 7 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/thanos-io/promql-engine/execution/aggregate/hashaggregate.go

Lines changed: 1 addition & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)