1
1
module github.com/google/cadvisor/cmd
2
2
3
- go 1.21
3
+ go 1.22
4
4
5
5
// Record that the cmd module requires the cadvisor library module.
6
6
// The github.com/google/cadvisor/cmd module is built using the Makefile
@@ -24,16 +24,15 @@ require (
24
24
github.com/pquerna/ffjson v0.0.0-20190930134022-aa0246cd15f7 // indirect
25
25
github.com/prometheus/client_golang v1.14.0
26
26
github.com/stretchr/testify v1.9.0
27
- golang.org/x/oauth2 v0.18 .0
27
+ golang.org/x/oauth2 v0.22 .0
28
28
google.golang.org/api v0.169.0
29
29
gopkg.in/olivere/elastic.v2 v2.0.61
30
30
k8s.io/klog/v2 v2.100.1
31
31
k8s.io/utils v0.0.0-20230406110748-d93618cff8a2
32
32
)
33
33
34
34
require (
35
- cloud.google.com/go/compute v1.25.1 // indirect
36
- cloud.google.com/go/compute/metadata v0.2.3 // indirect
35
+ cloud.google.com/go/compute/metadata v0.5.0 // indirect
37
36
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
38
37
github.com/Microsoft/go-winio v0.6.2 // indirect
39
38
github.com/aws/aws-sdk-go-v2 v1.30.1 // indirect
@@ -52,12 +51,14 @@ require (
52
51
github.com/beorn7/perks v1.0.1 // indirect
53
52
github.com/blang/semver/v4 v4.0.0 // indirect
54
53
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
55
- github.com/cespare/xxhash/v2 v2.2 .0 // indirect
54
+ github.com/cespare/xxhash/v2 v2.3 .0 // indirect
56
55
github.com/cilium/ebpf v0.7.0 // indirect
57
56
github.com/containerd/containerd/api v1.7.19 // indirect
58
- github.com/containerd/errdefs v0.1.0 // indirect
57
+ github.com/containerd/errdefs v0.3.0 // indirect
58
+ github.com/containerd/errdefs/pkg v0.3.0 // indirect
59
59
github.com/containerd/log v0.1.0 // indirect
60
60
github.com/containerd/ttrpc v1.2.5 // indirect
61
+ github.com/containerd/typeurl/v2 v2.2.0 // indirect
61
62
github.com/coreos/go-systemd/v22 v22.3.3-0.20220203105225-a9a7ef127534 // indirect
62
63
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
63
64
github.com/davecgh/go-spew v1.1.1 // indirect
@@ -117,14 +118,12 @@ require (
117
118
go.opentelemetry.io/otel/metric v1.27.0 // indirect
118
119
go.opentelemetry.io/otel/trace v1.27.0 // indirect
119
120
go.opentelemetry.io/proto/otlp v1.3.1 // indirect
120
- golang.org/x/crypto v0.24.0 // indirect
121
- golang.org/x/net v0.26.0 // indirect
122
- golang.org/x/sys v0.21.0 // indirect
123
- golang.org/x/text v0.16.0 // indirect
124
- google.golang.org/appengine v1.6.8 // indirect
125
- google.golang.org/genproto/googleapis/api v0.0.0-20240513163218-0867130af1f8 // indirect
126
- google.golang.org/genproto/googleapis/rpc v0.0.0-20240515191416-fc5f0ca64291 // indirect
127
- google.golang.org/grpc v1.64.1 // indirect
128
- google.golang.org/protobuf v1.34.1 // indirect
121
+ golang.org/x/crypto v0.26.0 // indirect
122
+ golang.org/x/net v0.28.0 // indirect
123
+ golang.org/x/sys v0.24.0 // indirect
124
+ golang.org/x/text v0.17.0 // indirect
125
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 // indirect
126
+ google.golang.org/grpc v1.67.0 // indirect
127
+ google.golang.org/protobuf v1.34.2 // indirect
129
128
gopkg.in/yaml.v3 v3.0.1 // indirect
130
129
)
0 commit comments