@@ -17,12 +17,13 @@ require (
17
17
github.com/prometheus/client_golang v1.18.0
18
18
github.com/smartystreets/goconvey v1.8.1
19
19
github.com/spf13/cobra v1.8.0
20
+ github.com/spiffe/go-spiffe/v2 v2.2.0
20
21
github.com/stretchr/testify v1.9.0
21
22
github.com/vektra/errors v0.0.0-20140903201135-c64d83aba85a
22
23
golang.org/x/exp v0.0.0-20240112132812-db7319d0e0e3
23
24
golang.org/x/net v0.25.0
24
25
golang.org/x/time v0.5.0
25
- google.golang.org/grpc v1.60 .1
26
+ google.golang.org/grpc v1.62 .1
26
27
google.golang.org/protobuf v1.33.0
27
28
k8s.io/api v0.30.0
28
29
k8s.io/apiextensions-apiserver v0.30.0
@@ -42,6 +43,22 @@ require (
42
43
43
44
require (
44
45
github.com/Microsoft/go-winio v0.6.0 // indirect
46
+ cloud.google.com/go/compute v1.23.3 // indirect
47
+ cloud.google.com/go/compute/metadata v0.2.3 // indirect
48
+ github.com/Azure/azure-sdk-for-go v68.0.0+incompatible // indirect
49
+ github.com/Azure/go-autorest v14.2.0+incompatible // indirect
50
+ github.com/Azure/go-autorest/autorest v0.11.29 // indirect
51
+ github.com/Azure/go-autorest/autorest/adal v0.9.23 // indirect
52
+ github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
53
+ github.com/Azure/go-autorest/autorest/mocks v0.4.2 // indirect
54
+ github.com/Azure/go-autorest/autorest/to v0.4.0 // indirect
55
+ github.com/Azure/go-autorest/autorest/validation v0.3.1 // indirect
56
+ github.com/Azure/go-autorest/logger v0.2.1 // indirect
57
+ github.com/Azure/go-autorest/tracing v0.6.0 // indirect
58
+ github.com/GoogleCloudPlatform/k8s-cloud-provider v1.18.1-0.20220218231025-f11817397a1b // indirect
59
+ github.com/JeffAshton/win_pdh v0.0.0-20161109143554-76bb4ee9f0ab // indirect
60
+ github.com/Microsoft/go-winio v0.6.1 // indirect
61
+ github.com/Microsoft/hcsshim v0.8.25 // indirect
45
62
github.com/NYTimes/gziphandler v1.1.1 // indirect
46
63
github.com/OneOfOne/xxhash v1.2.8 // indirect
47
64
github.com/StackExchange/wmi v1.2.1 // indirect
@@ -62,6 +79,7 @@ require (
62
79
github.com/felixge/httpsnoop v1.0.4 // indirect
63
80
github.com/ghodss/yaml v1.0.0 // indirect
64
81
github.com/go-logr/logr v1.4.1 // indirect
82
+ github.com/go-jose/go-jose/v4 v4.0.1 // indirect
65
83
github.com/go-logr/stdr v1.2.2 // indirect
66
84
github.com/go-ole/go-ole v1.2.6 // indirect
67
85
github.com/go-openapi/jsonpointer v0.19.6 // indirect
@@ -106,6 +124,11 @@ require (
106
124
github.com/spf13/pflag v1.0.5 // indirect
107
125
github.com/stoewer/go-strcase v1.2.0 // indirect
108
126
github.com/stretchr/objx v0.5.2 // indirect
127
+ github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635 // indirect
128
+ github.com/vishvananda/netlink v1.1.0 // indirect
129
+ github.com/vishvananda/netns v0.0.4 // indirect
130
+ github.com/vmware/govmomi v0.30.6 // indirect
131
+ github.com/zeebo/errs v1.3.0 // indirect
109
132
go.etcd.io/etcd/api/v3 v3.5.10 // indirect
110
133
go.etcd.io/etcd/client/pkg/v3 v3.5.10 // indirect
111
134
go.etcd.io/etcd/client/v3 v3.5.10 // indirect
@@ -132,6 +155,7 @@ require (
132
155
google.golang.org/genproto v0.0.0-20240102182953-50ed04b92917 // indirect
133
156
google.golang.org/genproto/googleapis/api v0.0.0-20231212172506-995d672761c0 // indirect
134
157
google.golang.org/genproto/googleapis/rpc v0.0.0-20240108191215-35c7eff3a6b1 // indirect
158
+ gopkg.in/gcfg.v1 v1.2.3 // indirect
135
159
gopkg.in/inf.v0 v0.9.1 // indirect
136
160
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
137
161
gopkg.in/yaml.v2 v2.4.0 // indirect
0 commit comments