File tree Expand file tree Collapse file tree 5 files changed +236
-19
lines changed
generated/controllers/upgrade.cattle.io/v1 Expand file tree Collapse file tree 5 files changed +236
-19
lines changed Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ require (
11
11
github.com/rancher/wrangler v0.8.5
12
12
github.com/sirupsen/logrus v1.4.2
13
13
github.com/urfave/cli v1.22.2
14
- k8s.io/api v0.18.20
15
- k8s.io/apimachinery v0.18.20
16
- k8s.io/client-go v0.18.20
14
+ k8s.io/api v0.18.18
15
+ k8s.io/apimachinery v0.18.18
16
+ k8s.io/client-go v0.18.18
17
17
k8s.io/kubectl v0.18.20
18
18
k8s.io/kubernetes v1.18.20
19
19
)
Original file line number Diff line number Diff line change @@ -134,7 +134,6 @@ github.com/emicklei/go-restful v2.9.5+incompatible/go.mod h1:otzb+WCGbkyDHkqmQmT
134
134
github.com/envoyproxy/go-control-plane v0.9.1-0.20191026205805-5f8ba28d4473 /go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4 =
135
135
github.com/envoyproxy/protoc-gen-validate v0.1.0 /go.mod h1:iSmxcyjqTsJpI2R4NaDN7+kN2VEUnK/pcBlmesArF7c =
136
136
github.com/euank/go-kmsg-parser v2.0.0+incompatible /go.mod h1:MhmAMZ8V4CYH4ybgdRwPr2TU5ThnS43puaKEMpja1uw =
137
- github.com/evanphx/json-patch v4.2.0+incompatible /go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk =
138
137
github.com/evanphx/json-patch v4.5.0+incompatible /go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk =
139
138
github.com/evanphx/json-patch v4.9.0+incompatible h1:kLcOMZeuLAJvL2BPWLMIj5oaZQobrkAqrL+WFZwQses =
140
139
github.com/evanphx/json-patch v4.9.0+incompatible /go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk =
@@ -537,7 +536,6 @@ github.com/quasilyte/go-consistent v0.0.0-20190521200055-c6f3937de18c/go.mod h1:
537
536
github.com/quobyte/api v0.1.2 /go.mod h1:jL7lIHrmqQ7yh05OJ+eEEdHr0u/kmT1Ff9iHd+4H6VI =
538
537
github.com/rancher/lasso v0.0.0-20210616224652-fc3ebd901c08 h1:NxR8Fh0eE7/5/5Zvlog9B5NVjWKqBSb1WYMUF7/IE5c =
539
538
github.com/rancher/lasso v0.0.0-20210616224652-fc3ebd901c08 /go.mod h1:9qZd/S8DqWzfKtjKGgSoHqGEByYmUE3qRaBaaAHwfEM =
540
- github.com/rancher/wrangler v0.6.1 /go.mod h1:L4HtjPeX8iqLgsxfJgz+JjKMcX2q3qbRXSeTlC/CSd4 =
541
539
github.com/rancher/wrangler v0.8.5 h1:aHUVvJrOhD6CGrAELWKDpo1MBDC8vKtEQZvjMPnw2cs =
542
540
github.com/rancher/wrangler v0.8.5 /go.mod h1:dKEaHNB4izxmPUtpq1Hvr3z3Oh+9k5pCZyFO9sUhlaY =
543
541
github.com/remyoudompheng/bigfft v0.0.0-20170806203942-52369c62f446 /go.mod h1:uYEyJGbgTkfkS4+E/PavXkNJcbFIpEtjt2B0KDQ5+9M =
Original file line number Diff line number Diff line change @@ -3,7 +3,8 @@ module github.com/rancher/system-upgrade-controller/pkg/apis
3
3
go 1.16
4
4
5
5
require (
6
- github.com/rancher/wrangler v0.6.1
6
+ github.com/rancher/wrangler v0.8.5
7
7
github.com/sirupsen/logrus v1.4.2
8
- k8s.io/apimachinery v0.18.0
8
+ k8s.io/api v0.18.18
9
+ k8s.io/apimachinery v0.18.18
9
10
)
You can’t perform that action at this time.
0 commit comments