File tree Expand file tree Collapse file tree 4 files changed +24
-4
lines changed
github.com/prometheus/common/model Expand file tree Collapse file tree 4 files changed +24
-4
lines changed Original file line number Diff line number Diff line change 5
5
require (
6
6
github.com/nginxinc/nginx-plus-go-client v0.8.0
7
7
github.com/prometheus/client_golang v1.9.0
8
- github.com/prometheus/common v0.17 .0
8
+ github.com/prometheus/common v0.19 .0
9
9
google.golang.org/protobuf v1.24.0 // indirect
10
10
)
Original file line number Diff line number Diff line change @@ -232,8 +232,8 @@ github.com/prometheus/common v0.10.0 h1:RyRA7RzGXQZiW+tGMr7sxa85G1z0yOpM1qq5c8lN
232
232
github.com/prometheus/common v0.10.0 /go.mod h1:Tlit/dnDKsSWFlCLTWaA1cyBgKHSMdTB80sz/V91rCo =
233
233
github.com/prometheus/common v0.15.0 h1:4fgOnadei3EZvgRwxJ7RMpG1k1pOZth5Pc13tyspaKM =
234
234
github.com/prometheus/common v0.15.0 /go.mod h1:U+gB1OBLb1lF3O42bTCL+FK18tX9Oar16Clt/msog/s =
235
- github.com/prometheus/common v0.17 .0 h1:kDIZLI74SS+3tedSvEkykgBkD7txMxaJAPj8DtJUKYA =
236
- github.com/prometheus/common v0.17 .0 /go.mod h1:U+gB1OBLb1lF3O42bTCL+FK18tX9Oar16Clt/msog/s =
235
+ github.com/prometheus/common v0.19 .0 h1:Itb4+NjG9wRdkAWgVucbM/adyIXxEhbw0866e0uZE6A =
236
+ github.com/prometheus/common v0.19 .0 /go.mod h1:U+gB1OBLb1lF3O42bTCL+FK18tX9Oar16Clt/msog/s =
237
237
github.com/prometheus/procfs v0.0.0-20181005140218-185b4288413d /go.mod h1:c3At6R/oaqEKCNdg8wHV1ftS6bRYblBhIjjI8uT2IGk =
238
238
github.com/prometheus/procfs v0.0.0-20190117184657-bf6a532e95b1 /go.mod h1:c3At6R/oaqEKCNdg8wHV1ftS6bRYblBhIjjI8uT2IGk =
239
239
github.com/prometheus/procfs v0.0.2 /go.mod h1:TjEm7ze935MbeOT/UhFTIMYKhuLP4wbCsTZCD3I8kEA =
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ github.com/prometheus/client_golang/prometheus/internal
20
20
github.com/prometheus/client_golang/prometheus/promhttp
21
21
# github.com/prometheus/client_model v0.2.0
22
22
github.com/prometheus/client_model/go
23
- # github.com/prometheus/common v0.17 .0
23
+ # github.com/prometheus/common v0.19 .0
24
24
## explicit
25
25
github.com/prometheus/common/expfmt
26
26
github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg
You can’t perform that action at this time.
0 commit comments