Skip to content

Commit 62264be

Browse files
sbueringerk8s-ci-robot
authored andcommitted
update to CAPI 0.3.0
1 parent bf14805 commit 62264be

File tree

6 files changed

+334
-147
lines changed

6 files changed

+334
-147
lines changed

go.mod

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ require (
66
github.com/go-logr/logr v0.1.0
77
github.com/gophercloud/gophercloud v0.8.0
88
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
1313
k8s.io/api v0.17.2
1414
k8s.io/apimachinery v0.17.2
1515
k8s.io/client-go v0.17.2
1616
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
1919
sigs.k8s.io/controller-runtime v0.5.0
2020
)

0 commit comments

Comments
 (0)