Skip to content

Commit 078b0b8

Browse files
Bump github.com/prometheus/client_model from 0.6.0 to 0.6.1 (#345)
Bumps [github.com/prometheus/client_model](https://github.com/prometheus/client_model) from 0.6.0 to 0.6.1. - [Release notes](https://github.com/prometheus/client_model/releases) - [Commits](prometheus/client_model@v0.6.0...v0.6.1) --- updated-dependencies: - dependency-name: github.com/prometheus/client_model dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f727360 commit 078b0b8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ require (
1212
github.com/onsi/gomega v1.28.0
1313
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.71.2
1414
github.com/prometheus/client_golang v1.19.0
15-
github.com/prometheus/client_model v0.6.0
15+
github.com/prometheus/client_model v0.6.1
1616
golang.org/x/net v0.24.0
1717
golang.org/x/sys v0.19.0
1818
golang.org/x/time v0.5.0

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -251,8 +251,8 @@ github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910/go.mod h1:
251251
github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA=
252252
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA=
253253
github.com/prometheus/client_model v0.2.0/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA=
254-
github.com/prometheus/client_model v0.6.0 h1:k1v3CzpSRUTrKMppY35TLwPvxHqBu0bYgxZzqGIgaos=
255-
github.com/prometheus/client_model v0.6.0/go.mod h1:NTQHnmxFpouOD0DpvP4XujX3CdOAGQPoaGhyTchlyt8=
254+
github.com/prometheus/client_model v0.6.1 h1:ZKSh/rekM+n3CeS952MLRAdFwIKqeY8b62p8ais2e9E=
255+
github.com/prometheus/client_model v0.6.1/go.mod h1:OrxVMOVHjw3lKMa8+x6HeMGkHMQyHDk9E3jmP2AmGiY=
256256
github.com/prometheus/common v0.4.1/go.mod h1:TNfzLD0ON7rHzMJeJkieUDPYmFC7Snx/y86RQel1bk4=
257257
github.com/prometheus/common v0.9.1/go.mod h1:yhUN8i9wzaXS3w1O07YhxHEBxD+W35wd8bs7vj7HSQ4=
258258
github.com/prometheus/common v0.48.0 h1:QO8U2CdOzSn1BBsmXJXduaaW+dY/5QLjfB8svtSzKKE=

vendor/modules.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ github.com/prometheus/client_golang/prometheus
169169
github.com/prometheus/client_golang/prometheus/collectors
170170
github.com/prometheus/client_golang/prometheus/internal
171171
github.com/prometheus/client_golang/prometheus/promhttp
172-
# github.com/prometheus/client_model v0.6.0
172+
# github.com/prometheus/client_model v0.6.1
173173
## explicit; go 1.19
174174
github.com/prometheus/client_model/go
175175
# github.com/prometheus/common v0.48.0

0 commit comments

Comments
 (0)