Skip to content

Commit

Permalink
go.mod: update Prometheus fork
Browse files Browse the repository at this point in the history
Contains fix for pushed down subqueries.

Signed-off-by: Giedrius Statkevičius <giedrius.statkevicius@vinted.com>
  • Loading branch information
GiedriusS committed Aug 18, 2022
1 parent 1e61d7f commit 478ac4c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
8 changes: 3 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,7 @@ require (

require github.com/viney-shih/go-cache v1.1.4

require (
github.com/rueian/rueidis v0.0.65
google.golang.org/protobuf v1.27.1
)
require github.com/rueian/rueidis v0.0.65

require (
cloud.google.com/go v0.99.0 // indirect
Expand Down Expand Up @@ -208,6 +205,7 @@ require (
golang.org/x/tools v0.1.10 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.27.1 // indirect
gopkg.in/ini.v1 v1.57.0 // indirect
howett.net/plist v0.0.0-20181124034731-591f970eefbb // indirect
)
Expand Down Expand Up @@ -239,4 +237,4 @@ replace (

go 1.17

replace github.com/prometheus/prometheus => github.com/vinted/prometheus v1.8.2-0.20220616125815-f25d20ca6c1b
replace github.com/prometheus/prometheus => github.com/vinted/prometheus v1.8.2-0.20220818063421-95da151113e3
6 changes: 2 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1645,8 +1645,6 @@ github.com/rs/cors v1.8.0/go.mod h1:EBwu+T5AvHOcXwvZIkQFjUN6s8Czyqw12GL/Y0tUyRM=
github.com/rs/xid v1.2.1 h1:mhH9Nq+C1fY2l1XIpgxIiUOfNpRBYH1kKcr+qfKgjRc=
github.com/rs/xid v1.2.1/go.mod h1:+uKXf+4Djp6Md1KODXJxgGQPKngRmWyn10oCKFzNHOQ=
github.com/rs/zerolog v1.21.0/go.mod h1:ZPhntP/xmq1nnND05hhpAh2QMhSsA4UN3MGZ6O2J3hM=
github.com/rueian/rueidis v0.0.64 h1:arI7CDnpIDynl9kbxdtdKNmGGTjuQrz443/rqmBBriI=
github.com/rueian/rueidis v0.0.64/go.mod h1:FwnfDILF2GETrvXcYFlhIiru/7NmSIm1f+7C5kutO0I=
github.com/rueian/rueidis v0.0.65 h1:zV7OMc2iuOp9IfSdvigajbvqrgGyKHWUHpl3560zDZQ=
github.com/rueian/rueidis v0.0.65/go.mod h1:FwnfDILF2GETrvXcYFlhIiru/7NmSIm1f+7C5kutO0I=
github.com/russross/blackfriday/v2 v2.0.1/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
Expand Down Expand Up @@ -1816,8 +1814,8 @@ github.com/valyala/fasttemplate v1.2.1/go.mod h1:KHLXt3tVN2HBp8eijSv/kGJopbvo7S+
github.com/vektah/gqlparser v1.1.2/go.mod h1:1ycwN7Ij5njmMkPPAOaRFY4rET2Enx7IkVv3vaXspKw=
github.com/viney-shih/go-cache v1.1.4 h1:7eFpdhndN1p7clLBI7qXv08wGw8oZVJJRDxj1WpnOh0=
github.com/viney-shih/go-cache v1.1.4/go.mod h1:IDDn1xdmwa6cSx6WbN2c4ehqybQ3JPooYTe66+MSYMQ=
github.com/vinted/prometheus v1.8.2-0.20220616125815-f25d20ca6c1b h1:RvDg9DsVe0fLzVNWLOTyaFBhoFsE7nOGOVyAjqhH1nI=
github.com/vinted/prometheus v1.8.2-0.20220616125815-f25d20ca6c1b/go.mod h1:fLAjuU6d8h2aGe9IvoTpX8TUv2lF2IuinzTaawu8P3k=
github.com/vinted/prometheus v1.8.2-0.20220818063421-95da151113e3 h1:NCwq4Q45Tphtq2bmcFvkIHYbu9h6YjVJ7mv8T2ky7Wg=
github.com/vinted/prometheus v1.8.2-0.20220818063421-95da151113e3/go.mod h1:fLAjuU6d8h2aGe9IvoTpX8TUv2lF2IuinzTaawu8P3k=
github.com/vishvananda/netlink v0.0.0-20181108222139-023a6dafdcdf/go.mod h1:+SR5DhBJrl6ZM7CoCKvpw5BKroDKQ+PJqOg65H/2ktk=
github.com/vishvananda/netlink v1.1.0/go.mod h1:cTgwzPIzzgDAYoQrMm0EdrjRUBkTqKYppBueQtXaqoE=
github.com/vishvananda/netlink v1.1.1-0.20201029203352-d40f9887b852/go.mod h1:twkDnbuQxJYemMlGd4JFIcuhgX83tXhKS2B/PRMpOho=
Expand Down

0 comments on commit 478ac4c

Please sign in to comment.