File tree Expand file tree Collapse file tree 2 files changed +205
-48
lines changed Expand file tree Collapse file tree 2 files changed +205
-48
lines changed Original file line number Diff line number Diff line change @@ -10,17 +10,17 @@ require (
10
10
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
11
11
github.com/pkg/errors v0.9.1
12
12
github.com/prometheus/client_golang v1.7.1
13
- golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
13
+ golang.org/x/crypto v0.0.0-20201002170205-7f63de1d35b0
14
14
golang.org/x/tools v0.0.0-20200714190737-9048b464a08d
15
- golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543
16
- k8s.io/api v0.19.2
17
- k8s.io/apimachinery v0.19.2
18
- k8s.io/cli-runtime v0.19.2
19
- k8s.io/client-go v0.19.2
15
+ golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
16
+ k8s.io/api v0.20.0
17
+ k8s.io/apimachinery v0.20.0
18
+ k8s.io/cli-runtime v0.20.0
19
+ k8s.io/client-go v0.20.0
20
20
k8s.io/klog v1.0.0
21
- k8s.io/kubectl v0.19.2
21
+ k8s.io/kubectl v0.20.0
22
22
sigs.k8s.io/cli-utils v0.16.0
23
- sigs.k8s.io/controller-runtime v0.7.0
23
+ sigs.k8s.io/controller-runtime v0.7.1-0.20201215091148-280bb8a7ffb8
24
24
sigs.k8s.io/kustomize/api v0.3.2
25
25
sigs.k8s.io/yaml v1.2.0
26
26
)
You can’t perform that action at this time.
0 commit comments