Skip to content

Commit

Permalink
Merge pull request #35 from vinted/v0.29.0+vinted_promql_upd8
Browse files Browse the repository at this point in the history
go.mod: update promql engine
  • Loading branch information
GiedriusS authored Dec 6, 2022
2 parents 9e1461e + d4f8342 commit acf3c68
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -291,4 +291,4 @@ replace (

replace github.com/prometheus/prometheus => github.com/vinted/prometheus v1.8.2-0.20221017101217-e895ef3dbe4b

replace github.com/thanos-community/promql-engine => github.com/vinted/promql-engine v0.0.0-20221205101229-9ef452546ade
replace github.com/thanos-community/promql-engine => github.com/vinted/promql-engine v0.0.0-20221206082241-cf45f8eeccb0
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -978,8 +978,8 @@ github.com/urfave/cli v1.20.0/go.mod h1:70zkFmudgCuE/ngEzBv17Jvp/497gISqfk5gWijb
github.com/urfave/cli v1.22.1/go.mod h1:Gos4lmkARVdJ6EkW0WaNv/tZAAMe9V7XWyB60NtXRu0=
github.com/vinted/prometheus v1.8.2-0.20221017101217-e895ef3dbe4b h1:H0DX65Gffby6rnTCOPsVbJr7SPtm15iXlmcQamz4Lj0=
github.com/vinted/prometheus v1.8.2-0.20221017101217-e895ef3dbe4b/go.mod h1:c+P8gk6s+I+yURJ6laXnNZUJOf0jwjN+CCiie4lGQuc=
github.com/vinted/promql-engine v0.0.0-20221205101229-9ef452546ade h1:OEwEuz6SI7jrcYSH0N1696hDAMRKgd5h8X4C6PPfeaE=
github.com/vinted/promql-engine v0.0.0-20221205101229-9ef452546ade/go.mod h1:e3BzS0UVlHOKQa5STt/C0elYAa4Qp/7jyzp/Xf+e0C0=
github.com/vinted/promql-engine v0.0.0-20221206082241-cf45f8eeccb0 h1:ucUCi5ZSv4gbXKCvdeZuhcqqDwl4f5sGqLRdFkRZ1s4=
github.com/vinted/promql-engine v0.0.0-20221206082241-cf45f8eeccb0/go.mod h1:e3BzS0UVlHOKQa5STt/C0elYAa4Qp/7jyzp/Xf+e0C0=
github.com/vultr/govultr/v2 v2.17.2 h1:gej/rwr91Puc/tgh+j33p/BLR16UrIPnSr+AIwYWZQs=
github.com/weaveworks/common v0.0.0-20220706100410-67d27ed40fae h1:Z8YibUpdBEdCq8nwrYXJQ8vYooevbmEBIdFpseXK3/8=
github.com/weaveworks/common v0.0.0-20220706100410-67d27ed40fae/go.mod h1:YfOOLoW1Q/jIIu0WLeSwgStmrKjuJEZSKTAUc+0KFvE=
Expand Down

0 comments on commit acf3c68

Please sign in to comment.