File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ require (
5353 github.com/opencontainers/runtime-tools v0.9.1-0.20221107090550-2e043c6bd626
5454 github.com/opencontainers/selinux v1.11.0
5555 github.com/pelletier/go-toml/v2 v2.2.2
56- github.com/prometheus/client_golang v1.19.0
56+ github.com/prometheus/client_golang v1.19.1
5757 github.com/sirupsen/logrus v1.9.3
5858 github.com/stretchr/testify v1.9.0
5959 github.com/tchap/go-patricia/v2 v2.3.1
Original file line number Diff line number Diff line change @@ -257,8 +257,8 @@ github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZN
257257github.com/prometheus/client_golang v0.9.1 /go.mod h1:7SWBe2y4D6OKWSNQJUaRYU/AaXPKyh/dDVn+NZz0KFw =
258258github.com/prometheus/client_golang v1.0.0 /go.mod h1:db9x61etRT2tGnBNRi70OPL5FsnadC4Ky3P0J6CfImo =
259259github.com/prometheus/client_golang v1.1.0 /go.mod h1:I1FGZT9+L76gKKOs5djB6ezCbFQP1xR9D75/vuwEF3g =
260- github.com/prometheus/client_golang v1.19.0 h1:ygXvpU1AoN1MhdzckN+PyD9QJOSD4x7kmXYlnfbA6JU =
261- github.com/prometheus/client_golang v1.19.0 /go.mod h1:ZRM9uEAypZakd+q/x7+gmsvXdURP+DABIEIjnmDdp+k =
260+ github.com/prometheus/client_golang v1.19.1 h1:wZWJDwK+NameRJuPGDhlnFgx8e8HN3XHQeLaYJFJBOE =
261+ github.com/prometheus/client_golang v1.19.1 /go.mod h1:mP78NwGzrVks5S2H6ab8+ZZGJLZUq1hoULYBAYBw1Ho =
262262github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910 /go.mod h1:MbSGuTsp3dbXC40dX6PRTWyKYBIrTGTE9sqQNg2J8bo =
263263github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90 /go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA =
264264github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4 /go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA =
Original file line number Diff line number Diff line change @@ -387,7 +387,7 @@ github.com/pkg/errors
387387# github.com/pmezard/go-difflib v1.0.0
388388## explicit
389389github.com/pmezard/go-difflib/difflib
390- # github.com/prometheus/client_golang v1.19.0
390+ # github.com/prometheus/client_golang v1.19.1
391391## explicit; go 1.20
392392github.com/prometheus/client_golang/prometheus
393393github.com/prometheus/client_golang/prometheus/internal
You can’t perform that action at this time.
0 commit comments