File tree Expand file tree Collapse file tree 4 files changed +26
-7
lines changed
github.com/prometheus/common/model Expand file tree Collapse file tree 4 files changed +26
-7
lines changed 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.22.0
30
30
github.com/prometheus/client_model v0.6.2
31
- github.com/prometheus/common v0.64 .0
31
+ github.com/prometheus/common v0.65 .0
32
32
github.com/sirupsen/logrus v1.9.3
33
33
github.com/spf13/cobra v1.9.1
34
34
github.com/spf13/pflag v1.0.6
Original file line number Diff line number Diff line change @@ -1893,8 +1893,8 @@ github.com/prometheus/client_model v0.4.0/go.mod h1:oMQmHW1/JoDwqLtg57MGgP/Fb1CJ
1893
1893
github.com/prometheus/client_model v0.5.0 /go.mod h1:dTiFglRmd66nLR9Pv9f0mZi7B7fk5Pm3gvsjB5tr+kI =
1894
1894
github.com/prometheus/client_model v0.6.2 h1:oBsgwpGs7iVziMvrGhE53c/GrLUsZdHnqNwqPLxwZyk =
1895
1895
github.com/prometheus/client_model v0.6.2 /go.mod h1:y3m2F6Gdpfy6Ut/GBsUqTWZqCUvMVzSfMLjcu6wAwpE =
1896
- github.com/prometheus/common v0.64 .0 h1:pdZeA+g617P7oGv1CzdTzyeShxAGrTBsolKNOLQPGO4 =
1897
- github.com/prometheus/common v0.64 .0 /go.mod h1:0gZns+BLRQ3V6NdaerOhMbwwRbNh9hkGINtQAsP5GS8 =
1896
+ github.com/prometheus/common v0.65 .0 h1:QDwzd+G1twt//Kwj/Ww6E9FQq1iVMmODnILtW1t2VzE =
1897
+ github.com/prometheus/common v0.65 .0 /go.mod h1:0gZns+BLRQ3V6NdaerOhMbwwRbNh9hkGINtQAsP5GS8 =
1898
1898
github.com/prometheus/procfs v0.15.1 h1:YagwOFzUgYfKKHX6Dr+sHT7km/hxC76UB0learggepc =
1899
1899
github.com/prometheus/procfs v0.15.1 /go.mod h1:fB45yRUv8NstnjriLhBQLuOUt+WW4BsoGhij/e3PBqk =
1900
1900
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 @@ -611,7 +611,7 @@ github.com/prometheus/client_golang/prometheus/testutil/promlint/validations
611
611
# github.com/prometheus/client_model v0.6.2
612
612
## explicit; go 1.22.0
613
613
github.com/prometheus/client_model/go
614
- # github.com/prometheus/common v0.64 .0
614
+ # github.com/prometheus/common v0.65 .0
615
615
## explicit; go 1.23.0
616
616
github.com/prometheus/common/expfmt
617
617
github.com/prometheus/common/model
You can’t perform that action at this time.
0 commit comments