File tree Expand file tree Collapse file tree 6 files changed +334
-147
lines changed Expand file tree Collapse file tree 6 files changed +334
-147
lines changed Original file line number Diff line number Diff line change @@ -6,15 +6,15 @@ require (
6
6
github.com/go-logr/logr v0.1.0
7
7
github.com/gophercloud/gophercloud v0.8.0
8
8
github.com/gophercloud/utils v0.0.0-20200302155035-0565566533e4
9
- github.com/onsi/ginkgo v1.11 .0
10
- github.com/onsi/gomega v1.8.1
11
- github.com/pkg/errors v0.9.0
12
- gopkg.in/yaml.v2 v2.2.7
9
+ github.com/onsi/ginkgo v1.12 .0
10
+ github.com/onsi/gomega v1.9.0
11
+ github.com/pkg/errors v0.9.1
12
+ gopkg.in/yaml.v2 v2.2.8
13
13
k8s.io/api v0.17.2
14
14
k8s.io/apimachinery v0.17.2
15
15
k8s.io/client-go v0.17.2
16
16
k8s.io/klog v1.0.0
17
- k8s.io/utils v0.0.0-20191114184206-e782cd3c129f
18
- sigs.k8s.io/cluster-api v0.3.0-rc.3
17
+ k8s.io/utils v0.0.0-20200229041039-0a110f9eb7ab
18
+ sigs.k8s.io/cluster-api v0.3.0
19
19
sigs.k8s.io/controller-runtime v0.5.0
20
20
)
You can’t perform that action at this time.
0 commit comments