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