@@ -15,13 +15,13 @@ require (
15
15
github.com/mitchellh/hashstructure/v2 v2.0.2
16
16
github.com/mitchellh/mapstructure v1.5.0
17
17
github.com/moul/pb v0.0.0-20220425114252-bca18df4138c
18
- github.com/ncabatoff/process-exporter v0.7.11
18
+ github.com/ncabatoff/process-exporter v0.8.2
19
19
github.com/onsi/ginkgo/v2 v2.19.0
20
20
github.com/opencontainers/runc v1.1.13
21
21
github.com/pmezard/go-difflib v1.0.0
22
22
github.com/prometheus/client_golang v1.19.1
23
23
github.com/prometheus/client_model v0.6.1
24
- github.com/prometheus/common v0.54 .0
24
+ github.com/prometheus/common v0.55 .0
25
25
github.com/spf13/cobra v1.8.1
26
26
github.com/spf13/pflag v1.0.5
27
27
github.com/stretchr/testify v1.9.0
@@ -100,7 +100,7 @@ require (
100
100
github.com/opencontainers/runtime-spec v1.2.0 // indirect
101
101
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
102
102
github.com/pkg/errors v0.9.1 // indirect
103
- github.com/prometheus/procfs v0.13.0 // indirect
103
+ github.com/prometheus/procfs v0.15.1 // indirect
104
104
github.com/sergi/go-diff v1.3.1 // indirect
105
105
github.com/sirupsen/logrus v1.9.3 // indirect
106
106
github.com/xlab/treeprint v1.2.0 // indirect
@@ -109,16 +109,16 @@ require (
109
109
go.starlark.net v0.0.0-20240123142251-f86470692795 // indirect
110
110
go.uber.org/zap v1.27.0 // indirect
111
111
golang.org/x/mod v0.17.0 // indirect
112
- golang.org/x/net v0.25 .0 // indirect
113
- golang.org/x/oauth2 v0.20 .0 // indirect
112
+ golang.org/x/net v0.26 .0 // indirect
113
+ golang.org/x/oauth2 v0.21 .0 // indirect
114
114
golang.org/x/sync v0.7.0 // indirect
115
115
golang.org/x/sys v0.22.0 // indirect
116
116
golang.org/x/term v0.22.0 // indirect
117
117
golang.org/x/text v0.16.0 // indirect
118
118
golang.org/x/time v0.5.0 // indirect
119
119
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
120
120
google.golang.org/genproto/googleapis/rpc v0.0.0-20240528184218-531527333157 // indirect
121
- google.golang.org/protobuf v1.34.1 // indirect
121
+ google.golang.org/protobuf v1.34.2 // indirect
122
122
gopkg.in/evanphx/json-patch.v5 v5.9.0 // indirect
123
123
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
124
124
gopkg.in/inf.v0 v0.9.1 // indirect
0 commit comments