File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
staging/operator-lifecycle-manager Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ require (
154
154
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
155
155
github.com/prometheus/client_golang v1.20.5 // indirect
156
156
github.com/prometheus/client_model v0.6.1 // indirect
157
- github.com/prometheus/common v0.60.0 // indirect
157
+ github.com/prometheus/common v0.60.1 // indirect
158
158
github.com/prometheus/procfs v0.15.1 // indirect
159
159
github.com/russross/blackfriday/v2 v2.1.0 // indirect
160
160
github.com/spf13/pflag v1.0.5 // indirect
Original file line number Diff line number Diff line change @@ -2008,8 +2008,8 @@ github.com/prometheus/client_model v0.6.1 h1:ZKSh/rekM+n3CeS952MLRAdFwIKqeY8b62p
2008
2008
github.com/prometheus/client_model v0.6.1 /go.mod h1:OrxVMOVHjw3lKMa8+x6HeMGkHMQyHDk9E3jmP2AmGiY =
2009
2009
github.com/prometheus/common v0.0.0-20181113130724-41aa239b4cce /go.mod h1:daVV7qP5qjZbuso7PdcryaAu0sAZbrN9i7WWcTMWvro =
2010
2010
github.com/prometheus/common v0.4.0 /go.mod h1:TNfzLD0ON7rHzMJeJkieUDPYmFC7Snx/y86RQel1bk4 =
2011
- github.com/prometheus/common v0.60.0 h1:+V9PAREWNvJMAuJ1x1BaWl9dewMW4YrHZQbx0sJNllA =
2012
- github.com/prometheus/common v0.60.0 /go.mod h1:h0LYf1R1deLSKtD4Vdg8gy4RuOvENW2J/h19V5NADQw =
2011
+ github.com/prometheus/common v0.60.1 h1:FUas6GcOw66yB/73KC+BOZoFJmbo/1pojoILArPAaSc =
2012
+ github.com/prometheus/common v0.60.1 /go.mod h1:h0LYf1R1deLSKtD4Vdg8gy4RuOvENW2J/h19V5NADQw =
2013
2013
github.com/prometheus/procfs v0.0.0-20181005140218-185b4288413d /go.mod h1:c3At6R/oaqEKCNdg8wHV1ftS6bRYblBhIjjI8uT2IGk =
2014
2014
github.com/prometheus/procfs v0.0.0-20190507164030-5867b95ac084 /go.mod h1:TjEm7ze935MbeOT/UhFTIMYKhuLP4wbCsTZCD3I8kEA =
2015
2015
github.com/prometheus/procfs v0.15.1 h1:YagwOFzUgYfKKHX6Dr+sHT7km/hxC76UB0learggepc =
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ require (
28
28
github.com/pkg/errors v0.9.1
29
29
github.com/prometheus/client_golang v1.20.5
30
30
github.com/prometheus/client_model v0.6.1
31
- github.com/prometheus/common v0.60.0
31
+ github.com/prometheus/common v0.60.1
32
32
github.com/sirupsen/logrus v1.9.3
33
33
github.com/spf13/cobra v1.8.1
34
34
github.com/spf13/pflag v1.0.5
Original file line number Diff line number Diff line change @@ -1855,8 +1855,8 @@ github.com/prometheus/client_model v0.4.0/go.mod h1:oMQmHW1/JoDwqLtg57MGgP/Fb1CJ
1855
1855
github.com/prometheus/client_model v0.5.0 /go.mod h1:dTiFglRmd66nLR9Pv9f0mZi7B7fk5Pm3gvsjB5tr+kI =
1856
1856
github.com/prometheus/client_model v0.6.1 h1:ZKSh/rekM+n3CeS952MLRAdFwIKqeY8b62p8ais2e9E =
1857
1857
github.com/prometheus/client_model v0.6.1 /go.mod h1:OrxVMOVHjw3lKMa8+x6HeMGkHMQyHDk9E3jmP2AmGiY =
1858
- github.com/prometheus/common v0.60.0 h1:+V9PAREWNvJMAuJ1x1BaWl9dewMW4YrHZQbx0sJNllA =
1859
- github.com/prometheus/common v0.60.0 /go.mod h1:h0LYf1R1deLSKtD4Vdg8gy4RuOvENW2J/h19V5NADQw =
1858
+ github.com/prometheus/common v0.60.1 h1:FUas6GcOw66yB/73KC+BOZoFJmbo/1pojoILArPAaSc =
1859
+ github.com/prometheus/common v0.60.1 /go.mod h1:h0LYf1R1deLSKtD4Vdg8gy4RuOvENW2J/h19V5NADQw =
1860
1860
github.com/prometheus/procfs v0.15.1 h1:YagwOFzUgYfKKHX6Dr+sHT7km/hxC76UB0learggepc =
1861
1861
github.com/prometheus/procfs v0.15.1 /go.mod h1:fB45yRUv8NstnjriLhBQLuOUt+WW4BsoGhij/e3PBqk =
1862
1862
github.com/redis/go-redis/extra/rediscmd/v9 v9.0.5 h1:EaDatTxkdHG+U3Bk4EUr+DZ7fOGwTfezUiUJMaIcaho =
Original file line number Diff line number Diff line change @@ -799,7 +799,7 @@ github.com/prometheus/client_golang/prometheus/testutil/promlint/validations
799
799
# github.com/prometheus/client_model v0.6.1
800
800
## explicit; go 1.19
801
801
github.com/prometheus/client_model/go
802
- # github.com/prometheus/common v0.60.0
802
+ # github.com/prometheus/common v0.60.1
803
803
## explicit; go 1.21
804
804
github.com/prometheus/common/expfmt
805
805
github.com/prometheus/common/model
You can’t perform that action at this time.
0 commit comments