Skip to content

Commit 5081c1c

Browse files
fix(deps): update module github.com/prometheus/client_golang to v1.20.4 (#509)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 49099ee commit 5081c1c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,9 @@ require (
1010
github.com/go-logr/logr v1.4.2
1111
github.com/onsi/ginkgo/v2 v2.20.2
1212
github.com/onsi/gomega v1.34.2
13-
github.com/prometheus/client_golang v1.20.3
13+
github.com/prometheus/client_golang v1.20.4
1414
google.golang.org/grpc v1.67.1
1515
gopkg.in/yaml.v2 v2.4.0
16-
gopkg.in/yaml.v3 v3.0.1
1716
k8s.io/api v0.29.3
1817
k8s.io/apimachinery v0.29.3
1918
k8s.io/cli-runtime v0.29.3
@@ -99,6 +98,7 @@ require (
9998
google.golang.org/genproto/googleapis/rpc v0.0.0-20240814211410-ddb44dafa142 // indirect
10099
google.golang.org/protobuf v1.34.2 // indirect
101100
gopkg.in/inf.v0 v0.9.1 // indirect
101+
gopkg.in/yaml.v3 v3.0.1 // indirect
102102
k8s.io/apiextensions-apiserver v0.27.2 // indirect
103103
k8s.io/component-base v0.29.3 // indirect
104104
k8s.io/klog/v2 v2.110.1 // indirect

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,8 @@ github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
156156
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
157157
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
158158
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
159-
github.com/prometheus/client_golang v1.20.3 h1:oPksm4K8B+Vt35tUhw6GbSNSgVlVSBH0qELP/7u83l4=
160-
github.com/prometheus/client_golang v1.20.3/go.mod h1:PIEt8X02hGcP8JWbeHyeZ53Y/jReSnHgO035n//V5WE=
159+
github.com/prometheus/client_golang v1.20.4 h1:Tgh3Yr67PaOv/uTqloMsCEdeuFTatm5zIq5+qNN23vI=
160+
github.com/prometheus/client_golang v1.20.4/go.mod h1:PIEt8X02hGcP8JWbeHyeZ53Y/jReSnHgO035n//V5WE=
161161
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA=
162162
github.com/prometheus/client_model v0.6.1 h1:ZKSh/rekM+n3CeS952MLRAdFwIKqeY8b62p8ais2e9E=
163163
github.com/prometheus/client_model v0.6.1/go.mod h1:OrxVMOVHjw3lKMa8+x6HeMGkHMQyHDk9E3jmP2AmGiY=

0 commit comments

Comments
 (0)