Skip to content

Commit 6dfdc80

Browse files
committed
Upgrade thanos promql engine to bcec363c24e6bebc6f9c88f9eb815d562f2c9adb
Signed-off-by: SungJin1212 <[email protected]>
1 parent 4436983 commit 6dfdc80

File tree

323 files changed

+914
-72221
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

323 files changed

+914
-72221
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ require (
5050
github.com/spf13/afero v1.11.0
5151
github.com/stretchr/testify v1.11.1
5252
github.com/thanos-io/objstore v0.0.0-20250722142242-922b22272ee3
53-
github.com/thanos-io/promql-engine v0.0.0-20250924193140-e9123dc11264
53+
github.com/thanos-io/promql-engine v0.0.0-20251117105526-bcec363c24e6
5454
github.com/thanos-io/thanos v0.39.3-0.20250729120336-88d0ae8071cb
5555
github.com/uber/jaeger-client-go v2.30.0+incompatible
5656
github.com/weaveworks/common v0.0.0-20230728070032-dd9e68f319d5

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1776,6 +1776,8 @@ github.com/thanos-io/objstore v0.0.0-20250722142242-922b22272ee3 h1:P301Anc27aVL
17761776
github.com/thanos-io/objstore v0.0.0-20250722142242-922b22272ee3/go.mod h1:uDHLkMKOGDAnlN75EAz8VrRzob1+VbgYSuUleatWuF0=
17771777
github.com/thanos-io/promql-engine v0.0.0-20250924193140-e9123dc11264 h1:sOmANo4XVhem4VgvI9w05DBwqMex/qw+cDjuHW2FKWw=
17781778
github.com/thanos-io/promql-engine v0.0.0-20250924193140-e9123dc11264/go.mod h1:MOFN0M1nDMcWZg1t4iF39sOard/K4SWgO/HHSODeDIc=
1779+
github.com/thanos-io/promql-engine v0.0.0-20251117105526-bcec363c24e6 h1:/8TlVay3hF8LQ7iGLRm9aNRGQsyYOXFPNmtg5dsNwcM=
1780+
github.com/thanos-io/promql-engine v0.0.0-20251117105526-bcec363c24e6/go.mod h1:MOFN0M1nDMcWZg1t4iF39sOard/K4SWgO/HHSODeDIc=
17791781
github.com/thanos-io/thanos v0.39.3-0.20250729120336-88d0ae8071cb h1:z/ePbn3lo/D4vdHGH8hpa2kgH9M6iLq0kOFtZwuelKM=
17801782
github.com/thanos-io/thanos v0.39.3-0.20250729120336-88d0ae8071cb/go.mod h1:gGUG3TDEoRSjTFVs/QO6QnQIILRgNF0P9l7BiiMfmHw=
17811783
github.com/tinylib/msgp v1.3.0 h1:ULuf7GPooDaIlbyvgAxBV/FI7ynli6LZ1/nVUNu+0ww=

0 commit comments

Comments
 (0)