File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
pkg/receiver/smartagentreceiver Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ require (
42
42
github.com/opentracing/opentracing-go v1.2.1-0.20220228012449-10b1cf09e00b
43
43
github.com/patrickmn/go-cache v2.1.0+incompatible
44
44
github.com/pkg/errors v0.9.1 // indirect
45
- github.com/prometheus/client_model v0.6.1
45
+ github.com/prometheus/client_model v0.6.2
46
46
github.com/prometheus/common v0.62.0
47
47
github.com/prometheus/procfs v0.16.1
48
48
github.com/shirou/gopsutil/v3 v3.24.5
Original file line number Diff line number Diff line change @@ -473,8 +473,8 @@ github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2/go.mod h1:iKH
473
473
github.com/power-devops/perfstat v0.0.0-20221212215047-62379fc7944b h1:0LFwY6Q3gMACTjAbMZBjXAqTOzOwFaj2Ld6cjeQ7Rig =
474
474
github.com/power-devops/perfstat v0.0.0-20221212215047-62379fc7944b /go.mod h1:OmDBASR4679mdNQnz2pUhc2G8CO2JrUAVFDRBDP/hJE =
475
475
github.com/poy/eachers v0.0.0-20181020210610-23942921fe77 /go.mod h1:x1vqpbcMW9T/KRcQ4b48diSiSVtYgvwQ5xzDByEg4WE =
476
- github.com/prometheus/client_model v0.6.1 h1:ZKSh/rekM+n3CeS952MLRAdFwIKqeY8b62p8ais2e9E =
477
- github.com/prometheus/client_model v0.6.1 /go.mod h1:OrxVMOVHjw3lKMa8+x6HeMGkHMQyHDk9E3jmP2AmGiY =
476
+ github.com/prometheus/client_model v0.6.2 h1:oBsgwpGs7iVziMvrGhE53c/GrLUsZdHnqNwqPLxwZyk =
477
+ github.com/prometheus/client_model v0.6.2 /go.mod h1:y3m2F6Gdpfy6Ut/GBsUqTWZqCUvMVzSfMLjcu6wAwpE =
478
478
github.com/prometheus/common v0.62.0 h1:xasJaQlnWAeyHdUBeGjXmutelfJHWMRr+Fg4QszZ2Io =
479
479
github.com/prometheus/common v0.62.0 /go.mod h1:vyBcEuLSvWos9B1+CyL7JZ2up+uFzXhkqml0W5zIY1I =
480
480
github.com/prometheus/procfs v0.16.1 h1:hZ15bTNuirocR6u0JZ6BAHHmwS1p8B4P6MRqxtzMyRg =
Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ require (
178
178
github.com/pkg/errors v0.9.1 // indirect
179
179
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
180
180
github.com/power-devops/perfstat v0.0.0-20221212215047-62379fc7944b // indirect
181
- github.com/prometheus/client_model v0.6.1 // indirect
181
+ github.com/prometheus/client_model v0.6.2 // indirect
182
182
github.com/prometheus/common v0.62.0 // indirect
183
183
github.com/prometheus/procfs v0.16.1 // indirect
184
184
github.com/shirou/gopsutil v3.21.11+incompatible // indirect
Original file line number Diff line number Diff line change @@ -658,8 +658,8 @@ github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910/go.mod h1:
658
658
github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90 /go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA =
659
659
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4 /go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA =
660
660
github.com/prometheus/client_model v0.2.0 /go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA =
661
- github.com/prometheus/client_model v0.6.1 h1:ZKSh/rekM+n3CeS952MLRAdFwIKqeY8b62p8ais2e9E =
662
- github.com/prometheus/client_model v0.6.1 /go.mod h1:OrxVMOVHjw3lKMa8+x6HeMGkHMQyHDk9E3jmP2AmGiY =
661
+ github.com/prometheus/client_model v0.6.2 h1:oBsgwpGs7iVziMvrGhE53c/GrLUsZdHnqNwqPLxwZyk =
662
+ github.com/prometheus/client_model v0.6.2 /go.mod h1:y3m2F6Gdpfy6Ut/GBsUqTWZqCUvMVzSfMLjcu6wAwpE =
663
663
github.com/prometheus/common v0.4.1 /go.mod h1:TNfzLD0ON7rHzMJeJkieUDPYmFC7Snx/y86RQel1bk4 =
664
664
github.com/prometheus/common v0.10.0 /go.mod h1:Tlit/dnDKsSWFlCLTWaA1cyBgKHSMdTB80sz/V91rCo =
665
665
github.com/prometheus/common v0.26.0 /go.mod h1:M7rCNAaPfAosfx8veZJCuw84e35h3Cfd9VFqTh1DIvc =
You can’t perform that action at this time.
0 commit comments