File tree Expand file tree Collapse file tree 4 files changed +10
-8
lines changed
github.com/prometheus/client_golang/prometheus Expand file tree Collapse file tree 4 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ require (
5454 github.com/opencontainers/runtime-tools v0.9.1-0.20221107090550-2e043c6bd626
5555 github.com/opencontainers/selinux v1.11.0
5656 github.com/pelletier/go-toml/v2 v2.2.3
57- github.com/prometheus/client_golang v1.20.3
57+ github.com/prometheus/client_golang v1.20.4
5858 github.com/sirupsen/logrus v1.9.3
5959 github.com/stretchr/testify v1.9.0
6060 github.com/tchap/go-patricia/v2 v2.3.1
Original file line number Diff line number Diff line change @@ -263,8 +263,8 @@ github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2/go.mod h1:iKH
263263github.com/prometheus/client_golang v0.9.1 /go.mod h1:7SWBe2y4D6OKWSNQJUaRYU/AaXPKyh/dDVn+NZz0KFw =
264264github.com/prometheus/client_golang v1.0.0 /go.mod h1:db9x61etRT2tGnBNRi70OPL5FsnadC4Ky3P0J6CfImo =
265265github.com/prometheus/client_golang v1.1.0 /go.mod h1:I1FGZT9+L76gKKOs5djB6ezCbFQP1xR9D75/vuwEF3g =
266- github.com/prometheus/client_golang v1.20.3 h1:oPksm4K8B+Vt35tUhw6GbSNSgVlVSBH0qELP/7u83l4 =
267- github.com/prometheus/client_golang v1.20.3 /go.mod h1:PIEt8X02hGcP8JWbeHyeZ53Y/jReSnHgO035n//V5WE =
266+ github.com/prometheus/client_golang v1.20.4 h1:Tgh3Yr67PaOv/uTqloMsCEdeuFTatm5zIq5+qNN23vI =
267+ github.com/prometheus/client_golang v1.20.4 /go.mod h1:PIEt8X02hGcP8JWbeHyeZ53Y/jReSnHgO035n//V5WE =
268268github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910 /go.mod h1:MbSGuTsp3dbXC40dX6PRTWyKYBIrTGTE9sqQNg2J8bo =
269269github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90 /go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA =
270270github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4 /go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA =
Original file line number Diff line number Diff line change @@ -415,7 +415,7 @@ github.com/pkg/errors
415415# github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
416416## explicit
417417github.com/pmezard/go-difflib/difflib
418- # github.com/prometheus/client_golang v1.20.3
418+ # github.com/prometheus/client_golang v1.20.4
419419## explicit; go 1.20
420420github.com/prometheus/client_golang/internal/github.com/golang/gddo/httputil
421421github.com/prometheus/client_golang/internal/github.com/golang/gddo/httputil/header
You can’t perform that action at this time.
0 commit comments