File tree 4 files changed +75
-33
lines changed
github.com/prometheus/client_golang/prometheus
4 files changed +75
-33
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ require (
17
17
github.com/open-policy-agent/cert-controller v0.11.0
18
18
github.com/open-policy-agent/frameworks/constraint v0.0.0-20240802234259-aa99306df54e
19
19
github.com/pkg/errors v0.9.1
20
- github.com/prometheus/client_golang v1.20.2
20
+ github.com/prometheus/client_golang v1.20.5
21
21
github.com/spf13/cobra v1.8.1
22
22
github.com/stretchr/testify v1.9.0
23
23
go.opentelemetry.io/contrib/detectors/aws/ec2 v1.21.1
Original file line number Diff line number Diff line change @@ -311,8 +311,8 @@ github.com/prashantv/gostub v1.1.0/go.mod h1:A5zLQHz7ieHGG7is6LLXLz7I8+3LZzsrV0P
311
311
github.com/prometheus/client_golang v0.9.1 /go.mod h1:7SWBe2y4D6OKWSNQJUaRYU/AaXPKyh/dDVn+NZz0KFw =
312
312
github.com/prometheus/client_golang v1.0.0 /go.mod h1:db9x61etRT2tGnBNRi70OPL5FsnadC4Ky3P0J6CfImo =
313
313
github.com/prometheus/client_golang v1.1.0 /go.mod h1:I1FGZT9+L76gKKOs5djB6ezCbFQP1xR9D75/vuwEF3g =
314
- github.com/prometheus/client_golang v1.20.2 h1:5ctymQzZlyOON1666svgwn3s6IKWgfbjsejTMiXIyjg =
315
- github.com/prometheus/client_golang v1.20.2 /go.mod h1:PIEt8X02hGcP8JWbeHyeZ53Y/jReSnHgO035n//V5WE =
314
+ github.com/prometheus/client_golang v1.20.5 h1:cxppBPuYhUnsO6yo/aoRol4L7q7UFfdm+bR9r+8l63Y =
315
+ github.com/prometheus/client_golang v1.20.5 /go.mod h1:PIEt8X02hGcP8JWbeHyeZ53Y/jReSnHgO035n//V5WE =
316
316
github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910 /go.mod h1:MbSGuTsp3dbXC40dX6PRTWyKYBIrTGTE9sqQNg2J8bo =
317
317
github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90 /go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA =
318
318
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4 /go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA =
Original file line number Diff line number Diff line change @@ -556,7 +556,7 @@ github.com/pkg/errors
556
556
# github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
557
557
## explicit
558
558
github.com/pmezard/go-difflib/difflib
559
- # github.com/prometheus/client_golang v1.20.2
559
+ # github.com/prometheus/client_golang v1.20.5
560
560
## explicit; go 1.20
561
561
github.com/prometheus/client_golang/internal/github.com/golang/gddo/httputil
562
562
github.com/prometheus/client_golang/internal/github.com/golang/gddo/httputil/header
You can’t perform that action at this time.
0 commit comments