Skip to content

Commit 56fb9b2

Browse files
committed
update promql engine
Signed-off-by: Ben Ye <[email protected]>
1 parent 402ccc9 commit 56fb9b2

File tree

4 files changed

+15
-5
lines changed

4 files changed

+15
-5
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ require (
4949
github.com/sony/gobreaker v0.5.0
5050
github.com/spf13/afero v1.9.3
5151
github.com/stretchr/testify v1.8.1
52-
github.com/thanos-community/promql-engine v0.0.0-20230111121531-c293f65f5389
52+
github.com/thanos-community/promql-engine v0.0.0-20230117172009-3e3e0b3c510b
5353
github.com/thanos-io/objstore v0.0.0-20221205132204-5aafc0079f06
5454
github.com/thanos-io/thanos v0.29.1-0.20230103123855-3327c510076a
5555
github.com/uber/jaeger-client-go v2.30.0+incompatible

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1509,6 +1509,8 @@ github.com/thanos-community/galaxycache v0.0.0-20211122094458-3a32041a1f1e h1:f1
15091509
github.com/thanos-community/galaxycache v0.0.0-20211122094458-3a32041a1f1e/go.mod h1:jXcofnrSln/cLI6/dhlBxPQZEEQHVPCcFaH75M+nSzM=
15101510
github.com/thanos-community/promql-engine v0.0.0-20230111121531-c293f65f5389 h1:ZER0Tf+2PnNEd4bcOJFDQ48dOraRyvu5tfYWySMS2S4=
15111511
github.com/thanos-community/promql-engine v0.0.0-20230111121531-c293f65f5389/go.mod h1:GJkKOtKfXos1xbTmHBnX3YTCov8enxdAS1woR6/h4CI=
1512+
github.com/thanos-community/promql-engine v0.0.0-20230117172009-3e3e0b3c510b h1:qt2C4zozKHWpitybhdkQkphxZSSw0hxFr6RKofqYg4A=
1513+
github.com/thanos-community/promql-engine v0.0.0-20230117172009-3e3e0b3c510b/go.mod h1:GJkKOtKfXos1xbTmHBnX3YTCov8enxdAS1woR6/h4CI=
15121514
github.com/thanos-io/objstore v0.0.0-20221205132204-5aafc0079f06 h1:xUnLk2CwIoJyv6OB4MWC3aOH9TnneSgM5kgTsOmXIuI=
15131515
github.com/thanos-io/objstore v0.0.0-20221205132204-5aafc0079f06/go.mod h1:gdo4vwwonBnheHB/TCwAOUtKJKrLhLtbBVTQR9rN/v0=
15141516
github.com/thanos-io/thanos v0.29.1-0.20230103123855-3327c510076a h1:oN3VupYNkavPRvdXwq71p54SAFSbOGvL0qL7CeKFrJ0=

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

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

vendor/modules.txt

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

0 commit comments

Comments
 (0)