Skip to content

Commit fa84382

Browse files
fix(deps): update module github.com/prometheus/client_model to v0.6.2 (main) (#17171)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6d481c6 commit fa84382

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

‎go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ require (
8484
github.com/pierrec/lz4/v4 v4.1.22
8585
github.com/pkg/errors v0.9.1
8686
github.com/prometheus/client_golang v1.21.1
87-
github.com/prometheus/client_model v0.6.1
87+
github.com/prometheus/client_model v0.6.2
8888
github.com/prometheus/common v0.62.0
8989
github.com/prometheus/prometheus v0.302.1
9090
github.com/redis/go-redis/v9 v9.7.3

‎go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1070,8 +1070,8 @@ github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90/go.mod h1:
10701070
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA=
10711071
github.com/prometheus/client_model v0.1.0/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA=
10721072
github.com/prometheus/client_model v0.2.0/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA=
1073-
github.com/prometheus/client_model v0.6.1 h1:ZKSh/rekM+n3CeS952MLRAdFwIKqeY8b62p8ais2e9E=
1074-
github.com/prometheus/client_model v0.6.1/go.mod h1:OrxVMOVHjw3lKMa8+x6HeMGkHMQyHDk9E3jmP2AmGiY=
1073+
github.com/prometheus/client_model v0.6.2 h1:oBsgwpGs7iVziMvrGhE53c/GrLUsZdHnqNwqPLxwZyk=
1074+
github.com/prometheus/client_model v0.6.2/go.mod h1:y3m2F6Gdpfy6Ut/GBsUqTWZqCUvMVzSfMLjcu6wAwpE=
10751075
github.com/prometheus/common v0.2.0/go.mod h1:TNfzLD0ON7rHzMJeJkieUDPYmFC7Snx/y86RQel1bk4=
10761076
github.com/prometheus/common v0.4.1/go.mod h1:TNfzLD0ON7rHzMJeJkieUDPYmFC7Snx/y86RQel1bk4=
10771077
github.com/prometheus/common v0.6.0/go.mod h1:eBmuwkDJBwy6iBfxCBob6t6dR6ENT/y+J+Zk0j9GMYc=

‎vendor/modules.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1559,8 +1559,8 @@ github.com/prometheus/client_golang/prometheus/push
15591559
github.com/prometheus/client_golang/prometheus/testutil
15601560
github.com/prometheus/client_golang/prometheus/testutil/promlint
15611561
github.com/prometheus/client_golang/prometheus/testutil/promlint/validations
1562-
# github.com/prometheus/client_model v0.6.1
1563-
## explicit; go 1.19
1562+
# github.com/prometheus/client_model v0.6.2
1563+
## explicit; go 1.22.0
15641564
github.com/prometheus/client_model/go
15651565
# github.com/prometheus/common v0.62.0
15661566
## explicit; go 1.21

0 commit comments

Comments
 (0)