Skip to content

Commit b43c259

Browse files
authored
Merge pull request #146 from varshaprasad96/bump-cr/0.8.0
deps: bump controller runtime to 0.8.0
2 parents a905f3c + 61f9bef commit b43c259

File tree

2 files changed

+204
-47
lines changed

2 files changed

+204
-47
lines changed

go.mod

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ require (
99
github.com/go-logr/logr v0.3.0
1010
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
1111
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
1313
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
1818
k8s.io/klog v1.0.0
19-
k8s.io/kubectl v0.19.2
19+
k8s.io/kubectl v0.20.1
2020
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
2222
sigs.k8s.io/kustomize/api v0.3.2
2323
sigs.k8s.io/yaml v1.2.0
2424
)

0 commit comments

Comments
 (0)