File tree Expand file tree Collapse file tree 4 files changed +130
-319
lines changed Expand file tree Collapse file tree 4 files changed +130
-319
lines changed Original file line number Diff line number Diff line change @@ -8,15 +8,18 @@ require (
8
8
github.com/onsi/gomega v1.16.0
9
9
github.com/rancher/lasso v0.0.0-20210616224652-fc3ebd901c08
10
10
github.com/rancher/system-upgrade-controller/pkg/apis v0.0.0
11
- github.com/rancher/wrangler v0.8.11-0.20230207214913-209077f2d98f
11
+ github.com/rancher/wrangler v0.8.11
12
12
github.com/sirupsen/logrus v1.8.1
13
13
github.com/urfave/cli v1.22.2
14
14
golang.org/x/crypto v0.0.0-20220411220226-7b82a4e95df4 // indirect
15
15
k8s.io/api v0.21.14
16
+ k8s.io/apiextensions-apiserver v0.21.14 // indirect
16
17
k8s.io/apimachinery v0.21.14
17
18
k8s.io/client-go v0.21.14
19
+ k8s.io/code-generator v0.21.14 // indirect
18
20
k8s.io/kubectl v0.21.14
19
21
k8s.io/kubernetes v1.21.14
22
+ k8s.io/utils v0.0.0-20211116205334-6203023598ed
20
23
)
21
24
22
25
replace (
You can’t perform that action at this time.
0 commit comments