File tree Expand file tree Collapse file tree 4 files changed +75
-33
lines changed
github.com/prometheus/client_golang/prometheus Expand file tree Collapse file tree 4 files changed +75
-33
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ require (
6464 github.com/pkg/errors v0.9.1
6565 github.com/pkg/profile v1.7.0
6666 github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10
67- github.com/prometheus/client_golang v1.20.2
67+ github.com/prometheus/client_golang v1.20.5
6868 github.com/prometheus/procfs v0.15.1
6969 github.com/serialx/hashring v0.0.0-20200727003509-22c0c7ab6b1b
7070 github.com/sirupsen/logrus v1.9.3
Original file line number Diff line number Diff line change @@ -332,8 +332,8 @@ github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZN
332332github.com/prometheus/client_golang v0.9.1 /go.mod h1:7SWBe2y4D6OKWSNQJUaRYU/AaXPKyh/dDVn+NZz0KFw =
333333github.com/prometheus/client_golang v1.0.0 /go.mod h1:db9x61etRT2tGnBNRi70OPL5FsnadC4Ky3P0J6CfImo =
334334github.com/prometheus/client_golang v1.1.0 /go.mod h1:I1FGZT9+L76gKKOs5djB6ezCbFQP1xR9D75/vuwEF3g =
335- github.com/prometheus/client_golang v1.20.2 h1:5ctymQzZlyOON1666svgwn3s6IKWgfbjsejTMiXIyjg =
336- github.com/prometheus/client_golang v1.20.2 /go.mod h1:PIEt8X02hGcP8JWbeHyeZ53Y/jReSnHgO035n//V5WE =
335+ github.com/prometheus/client_golang v1.20.5 h1:cxppBPuYhUnsO6yo/aoRol4L7q7UFfdm+bR9r+8l63Y =
336+ github.com/prometheus/client_golang v1.20.5 /go.mod h1:PIEt8X02hGcP8JWbeHyeZ53Y/jReSnHgO035n//V5WE =
337337github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910 /go.mod h1:MbSGuTsp3dbXC40dX6PRTWyKYBIrTGTE9sqQNg2J8bo =
338338github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90 /go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA =
339339github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4 /go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA =
Original file line number Diff line number Diff line change @@ -711,7 +711,7 @@ github.com/planetscale/vtprotobuf/vtproto
711711# github.com/pmezard/go-difflib v1.0.0
712712## explicit
713713github.com/pmezard/go-difflib/difflib
714- # github.com/prometheus/client_golang v1.20.2
714+ # github.com/prometheus/client_golang v1.20.5
715715## explicit; go 1.20
716716github.com/prometheus/client_golang/internal/github.com/golang/gddo/httputil
717717github.com/prometheus/client_golang/internal/github.com/golang/gddo/httputil/header
You can’t perform that action at this time.
0 commit comments