Skip to content

Commit 22cd79f

Browse files
committed
deps: bump to k8s v1.20
1 parent 745cf6e commit 22cd79f

File tree

2 files changed

+205
-48
lines changed

2 files changed

+205
-48
lines changed

go.mod

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@ require (
1010
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
1111
github.com/pkg/errors v0.9.1
1212
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
1414
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
2020
k8s.io/klog v1.0.0
21-
k8s.io/kubectl v0.19.2
21+
k8s.io/kubectl v0.20.0
2222
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
2424
sigs.k8s.io/kustomize/api v0.3.2
2525
sigs.k8s.io/yaml v1.2.0
2626
)

0 commit comments

Comments
 (0)