Skip to content

Commit 7449847

Browse files
dependabot[bot]k8s-ci-robot
authored andcommitted
build(deps): bump github.com/prometheus/client_model from 0.6.0 to 0.6.1
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]>
1 parent cf30750 commit 7449847

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ require (
2323
github.com/pjbgf/go-apparmor v0.1.2
2424
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.73.0
2525
github.com/prometheus/client_golang v1.19.0
26-
github.com/prometheus/client_model v0.6.0
26+
github.com/prometheus/client_model v0.6.1
2727
github.com/seccomp/libseccomp-golang v0.10.0
2828
github.com/sigstore/cosign/v2 v2.2.3
2929
github.com/stretchr/testify v1.9.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -591,8 +591,8 @@ github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.73.0/g
591591
github.com/prometheus/client_golang v1.19.0 h1:ygXvpU1AoN1MhdzckN+PyD9QJOSD4x7kmXYlnfbA6JU=
592592
github.com/prometheus/client_golang v1.19.0/go.mod h1:ZRM9uEAypZakd+q/x7+gmsvXdURP+DABIEIjnmDdp+k=
593593
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA=
594-
github.com/prometheus/client_model v0.6.0 h1:k1v3CzpSRUTrKMppY35TLwPvxHqBu0bYgxZzqGIgaos=
595-
github.com/prometheus/client_model v0.6.0/go.mod h1:NTQHnmxFpouOD0DpvP4XujX3CdOAGQPoaGhyTchlyt8=
594+
github.com/prometheus/client_model v0.6.1 h1:ZKSh/rekM+n3CeS952MLRAdFwIKqeY8b62p8ais2e9E=
595+
github.com/prometheus/client_model v0.6.1/go.mod h1:OrxVMOVHjw3lKMa8+x6HeMGkHMQyHDk9E3jmP2AmGiY=
596596
github.com/prometheus/common v0.48.0 h1:QO8U2CdOzSn1BBsmXJXduaaW+dY/5QLjfB8svtSzKKE=
597597
github.com/prometheus/common v0.48.0/go.mod h1:0/KsvlIEfPQCQ5I2iNSAWKPZziNCvRs5EC6ILDTlAPc=
598598
github.com/prometheus/procfs v0.12.0 h1:jluTpSng7V9hY0O2R9DzzJHYb2xULk9VTR1V1R/k6Bo=

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -961,7 +961,7 @@ github.com/prometheus/client_golang/prometheus
961961
github.com/prometheus/client_golang/prometheus/collectors
962962
github.com/prometheus/client_golang/prometheus/internal
963963
github.com/prometheus/client_golang/prometheus/promhttp
964-
# github.com/prometheus/client_model v0.6.0
964+
# github.com/prometheus/client_model v0.6.1
965965
## explicit; go 1.19
966966
github.com/prometheus/client_model/go
967967
# github.com/prometheus/common v0.48.0

0 commit comments

Comments
 (0)