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 (
64
64
github.com/pkg/errors v0.9.1
65
65
github.com/pkg/profile v1.7.0
66
66
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
68
68
github.com/prometheus/procfs v0.15.1
69
69
github.com/serialx/hashring v0.0.0-20200727003509-22c0c7ab6b1b
70
70
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
332
332
github.com/prometheus/client_golang v0.9.1 /go.mod h1:7SWBe2y4D6OKWSNQJUaRYU/AaXPKyh/dDVn+NZz0KFw =
333
333
github.com/prometheus/client_golang v1.0.0 /go.mod h1:db9x61etRT2tGnBNRi70OPL5FsnadC4Ky3P0J6CfImo =
334
334
github.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 =
337
337
github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910 /go.mod h1:MbSGuTsp3dbXC40dX6PRTWyKYBIrTGTE9sqQNg2J8bo =
338
338
github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90 /go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA =
339
339
github.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
711
711
# github.com/pmezard/go-difflib v1.0.0
712
712
## explicit
713
713
github.com/pmezard/go-difflib/difflib
714
- # github.com/prometheus/client_golang v1.20.2
714
+ # github.com/prometheus/client_golang v1.20.5
715
715
## explicit; go 1.20
716
716
github.com/prometheus/client_golang/internal/github.com/golang/gddo/httputil
717
717
github.com/prometheus/client_golang/internal/github.com/golang/gddo/httputil/header
You can’t perform that action at this time.
0 commit comments