Skip to content

Commit 4980a73

Browse files
authored
Merge pull request moby#5619 from thaJeztah/bump_prometheus
vendor: github.com/prometheus/client_golang v1.20.5
2 parents 4a03841 + 4cbb45a commit 4980a73

File tree

4 files changed

+75
-33
lines changed

4 files changed

+75
-33
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -332,8 +332,8 @@ github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZN
332332
github.com/prometheus/client_golang v0.9.1/go.mod h1:7SWBe2y4D6OKWSNQJUaRYU/AaXPKyh/dDVn+NZz0KFw=
333333
github.com/prometheus/client_golang v1.0.0/go.mod h1:db9x61etRT2tGnBNRi70OPL5FsnadC4Ky3P0J6CfImo=
334334
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=
337337
github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910/go.mod h1:MbSGuTsp3dbXC40dX6PRTWyKYBIrTGTE9sqQNg2J8bo=
338338
github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA=
339339
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA=

vendor/github.com/prometheus/client_golang/prometheus/histogram.go

Lines changed: 71 additions & 29 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
Original file line numberDiff line numberDiff line change
@@ -711,7 +711,7 @@ github.com/planetscale/vtprotobuf/vtproto
711711
# github.com/pmezard/go-difflib v1.0.0
712712
## explicit
713713
github.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
716716
github.com/prometheus/client_golang/internal/github.com/golang/gddo/httputil
717717
github.com/prometheus/client_golang/internal/github.com/golang/gddo/httputil/header

0 commit comments

Comments
 (0)