File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff 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)
Original file line number Diff line number Diff line change @@ -245,8 +245,8 @@ github.com/prometheus/client_golang v1.20.5/go.mod h1:PIEt8X02hGcP8JWbeHyeZ53Y/j
245245github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4 /go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA =
246246github.com/prometheus/client_model v0.6.1 h1:ZKSh/rekM+n3CeS952MLRAdFwIKqeY8b62p8ais2e9E =
247247github.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 =
250250github.com/prometheus/procfs v0.15.1 h1:YagwOFzUgYfKKHX6Dr+sHT7km/hxC76UB0learggepc =
251251github.com/prometheus/procfs v0.15.1 /go.mod h1:fB45yRUv8NstnjriLhBQLuOUt+WW4BsoGhij/e3PBqk =
252252github.com/redis/go-redis/v9 v9.6.1 h1:HHDteefn6ZkTtY5fGUE8tj8uy85AHk6zP7CpzIAM0y4 =
You can’t perform that action at this time.
0 commit comments