This repository was archived by the owner on Jul 30, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +126
-8
lines changed Expand file tree Collapse file tree 2 files changed +126
-8
lines changed Original file line number Diff line number Diff line change @@ -3,16 +3,20 @@ module sigs.k8s.io/cluster-api-bootstrap-provider-kubeadm
3
3
go 1.12
4
4
5
5
require (
6
+ cloud.google.com/go v0.35.1 // indirect
6
7
github.com/go-logr/logr v0.1.0
8
+ github.com/golang/groupcache v0.0.0-20181024230925-c65c006176ff // indirect
9
+ github.com/imdario/mergo v0.3.7 // indirect
7
10
github.com/onsi/ginkgo v1.8.0
8
11
github.com/onsi/gomega v1.5.0
9
12
github.com/pkg/errors v0.8.1
10
13
golang.org/x/net v0.0.0-20190613194153-d28f0bde5980
11
14
k8s.io/api v0.0.0-20190409021203-6e4e0e4f393b
12
- k8s.io/apimachinery v0.0.0-20190404173353-6a84e37a896d
15
+ k8s.io/apimachinery v0.0.0-20190703205208-4cfb76a8bf76
13
16
k8s.io/client-go v11.0.1-0.20190409021438-1a26190bd76a+incompatible
14
17
k8s.io/cluster-bootstrap v0.0.0-20190516232516-d7d78ab2cfe7
15
18
k8s.io/klog v0.3.3
16
- sigs.k8s.io/cluster-api v0.0.0-20190725170330-835ee872f98d
17
- sigs.k8s.io/controller-runtime v0.2.0-beta.4
19
+ k8s.io/utils v0.0.0-20190607212802-c55fbcfc754a // indirect
20
+ sigs.k8s.io/cluster-api v0.0.0-20190809134526-b8af96f0a42a
21
+ sigs.k8s.io/controller-runtime v0.2.0-beta.5
18
22
)
You can’t perform that action at this time.
0 commit comments