@@ -14,18 +14,28 @@ require (
14
14
github.com/kubernetes-csi/csi-test v2.2.0+incompatible
15
15
github.com/onsi/ginkgo v1.16.5
16
16
github.com/onsi/gomega v1.18.1
17
+ github.com/pkg/errors v0.9.1
17
18
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e
18
19
google.golang.org/grpc v1.44.0
19
20
k8s.io/api v0.23.4
20
21
k8s.io/apimachinery v0.23.4
21
22
k8s.io/client-go v1.23.4
23
+ k8s.io/klog v1.0.0
22
24
k8s.io/klog/v2 v2.40.1
23
25
k8s.io/kubernetes v1.23.4
24
26
k8s.io/mount-utils v0.23.4
25
27
k8s.io/utils v0.0.0-20211116205334-6203023598ed
28
+ sigs.k8s.io/controller-runtime v0.11.1
26
29
)
27
30
28
31
require (
32
+ cloud.google.com/go v0.81.0 // indirect
33
+ github.com/Azure/go-autorest v14.2.0+incompatible // indirect
34
+ github.com/Azure/go-autorest/autorest v0.11.18 // indirect
35
+ github.com/Azure/go-autorest/autorest/adal v0.9.13 // indirect
36
+ github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
37
+ github.com/Azure/go-autorest/logger v0.2.1 // indirect
38
+ github.com/Azure/go-autorest/tracing v0.6.0 // indirect
29
39
github.com/PuerkitoBio/purell v1.1.1 // indirect
30
40
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
31
41
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d // indirect
@@ -37,8 +47,10 @@ require (
37
47
github.com/docker/distribution v2.7.1+incompatible // indirect
38
48
github.com/evanphx/json-patch v4.12.0+incompatible // indirect
39
49
github.com/felixge/httpsnoop v1.0.1 // indirect
40
- github.com/fsnotify/fsnotify v1.4.9 // indirect
50
+ github.com/form3tech-oss/jwt-go v3.2.3+incompatible // indirect
51
+ github.com/fsnotify/fsnotify v1.5.1 // indirect
41
52
github.com/go-logr/logr v1.2.0 // indirect
53
+ github.com/go-logr/zapr v1.2.0 // indirect
42
54
github.com/go-openapi/analysis v0.21.2 // indirect
43
55
github.com/go-openapi/errors v0.20.2 // indirect
44
56
github.com/go-openapi/jsonpointer v0.19.5 // indirect
@@ -62,7 +74,7 @@ require (
62
74
github.com/grpc-ecosystem/grpc-gateway v1.16.0 // indirect
63
75
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
64
76
github.com/hashicorp/go-retryablehttp v0.7.0 // indirect
65
- github.com/imdario/mergo v0.3.5 // indirect
77
+ github.com/imdario/mergo v0.3.12 // indirect
66
78
github.com/inconshreveable/mousetrap v1.0.0 // indirect
67
79
github.com/jmespath/go-jmespath v0.4.0 // indirect
68
80
github.com/josharian/intern v1.0.0 // indirect
@@ -79,7 +91,6 @@ require (
79
91
github.com/opencontainers/go-digest v1.0.0 // indirect
80
92
github.com/opencontainers/runc v1.0.2 // indirect
81
93
github.com/opentracing/opentracing-go v1.2.0 // indirect
82
- github.com/pkg/errors v0.9.1 // indirect
83
94
github.com/prometheus/client_golang v1.11.0 // indirect
84
95
github.com/prometheus/client_model v0.2.0 // indirect
85
96
github.com/prometheus/common v0.28.0 // indirect
@@ -97,12 +108,16 @@ require (
97
108
go.opentelemetry.io/otel/sdk/metric v0.20.0 // indirect
98
109
go.opentelemetry.io/otel/trace v0.20.0 // indirect
99
110
go.opentelemetry.io/proto/otlp v0.7.0 // indirect
111
+ go.uber.org/atomic v1.7.0 // indirect
112
+ go.uber.org/multierr v1.6.0 // indirect
113
+ go.uber.org/zap v1.19.1 // indirect
100
114
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect
101
115
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd // indirect
102
116
golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f // indirect
103
117
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
104
118
golang.org/x/text v0.3.7 // indirect
105
119
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
120
+ gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
106
121
google.golang.org/appengine v1.6.7 // indirect
107
122
google.golang.org/genproto v0.0.0-20210831024726-fe130286e0e2 // indirect
108
123
google.golang.org/protobuf v1.27.1 // indirect
@@ -111,6 +126,7 @@ require (
111
126
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
112
127
gopkg.in/yaml.v2 v2.4.0 // indirect
113
128
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
129
+ k8s.io/apiextensions-apiserver v0.23.0 // indirect
114
130
k8s.io/apiserver v0.23.4 // indirect
115
131
k8s.io/component-base v0.23.4 // indirect
116
132
k8s.io/component-helpers v0.23.4 // indirect
@@ -120,7 +136,7 @@ require (
120
136
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.0.27 // indirect
121
137
sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 // indirect
122
138
sigs.k8s.io/structured-merge-diff/v4 v4.2.1 // indirect
123
- sigs.k8s.io/yaml v1.2 .0 // indirect
139
+ sigs.k8s.io/yaml v1.3 .0 // indirect
124
140
)
125
141
126
142
replace (
0 commit comments