Skip to content

Commit d1e80c3

Browse files
deps: bump github.com/prometheus/common from 0.61.0 to 0.62.0
Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.61.0 to 0.62.0. - [Release notes](https://github.com/prometheus/common/releases) - [Changelog](https://github.com/prometheus/common/blob/main/RELEASE.md) - [Commits](prometheus/common@v0.61.0...v0.62.0) --- updated-dependencies: - dependency-name: github.com/prometheus/common dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fa1fb09 commit d1e80c3

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

go.mod

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ require (
9393
github.com/pelletier/go-toml/v2 v2.2.2 // indirect
9494
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
9595
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
96-
github.com/prometheus/common v0.61.0
96+
github.com/prometheus/common v0.62.0
9797
github.com/prometheus/procfs v0.15.1 // indirect
9898
github.com/sirupsen/logrus v1.9.3
9999
github.com/spf13/afero v1.11.0 // indirect
@@ -160,9 +160,9 @@ replace (
160160
github.com/onsi/gomega => github.com/onsi/gomega v1.10.0
161161
)
162162

163-
retract (
164-
v1.15.22 // typo in the version number.
165-
v1.16.15 // typo in the version number.
166-
v1.16.16 // contains only retractions, has to be newer than 1.16.15.
167-
v1.16.17 // contains only retractions, new version to retract 1.15.22.
163+
retract (
164+
v1.16.17 // contains only retractions, new version to retract 1.15.22.
165+
v1.16.16 // contains only retractions, has to be newer than 1.16.15.
166+
v1.16.15 // typo in the version number.
167+
v1.15.22 // typo in the version number.
168168
)

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,8 +245,8 @@ github.com/prometheus/client_golang v1.20.5/go.mod h1:PIEt8X02hGcP8JWbeHyeZ53Y/j
245245
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA=
246246
github.com/prometheus/client_model v0.6.1 h1:ZKSh/rekM+n3CeS952MLRAdFwIKqeY8b62p8ais2e9E=
247247
github.com/prometheus/client_model v0.6.1/go.mod h1:OrxVMOVHjw3lKMa8+x6HeMGkHMQyHDk9E3jmP2AmGiY=
248-
github.com/prometheus/common v0.61.0 h1:3gv/GThfX0cV2lpO7gkTUwZru38mxevy90Bj8YFSRQQ=
249-
github.com/prometheus/common v0.61.0/go.mod h1:zr29OCN/2BsJRaFwG8QOBr41D6kkchKbpeNH7pAjb/s=
248+
github.com/prometheus/common v0.62.0 h1:xasJaQlnWAeyHdUBeGjXmutelfJHWMRr+Fg4QszZ2Io=
249+
github.com/prometheus/common v0.62.0/go.mod h1:vyBcEuLSvWos9B1+CyL7JZ2up+uFzXhkqml0W5zIY1I=
250250
github.com/prometheus/procfs v0.15.1 h1:YagwOFzUgYfKKHX6Dr+sHT7km/hxC76UB0learggepc=
251251
github.com/prometheus/procfs v0.15.1/go.mod h1:fB45yRUv8NstnjriLhBQLuOUt+WW4BsoGhij/e3PBqk=
252252
github.com/redis/go-redis/v9 v9.6.1 h1:HHDteefn6ZkTtY5fGUE8tj8uy85AHk6zP7CpzIAM0y4=

0 commit comments

Comments
 (0)