Skip to content
This repository was archived by the owner on Aug 12, 2025. It is now read-only.

Commit de78b60

Browse files
committed
dependencies: update some dependencies
- Update `github.com/onsi/ginkgo` dependency to [v1.14.0](https://github.com/onsi/ginkgo/tree/v1.14.0) which is the latest available and has the [following changes](https://github.com/onsi/ginkgo/releases/tag/v1.14.0) - Update `github.com/onsi/gomega` dependency to [v1.10.1](https://github.com/onsi/gomega/tree/v1.10.1) which is the latest available and has the [following changes](https://github.com/onsi/gomega/releases/tag/v1.10.1) - Update `github.com/kubernetes-sigs/cluster-api` dependency to [v0.3.8](https://github.com/kubernetes-sigs/cluster-api/tree/v0.3.8) which is the latest available and has the [following changes](https://github.com/kubernetes-sigs/cluster-api/releases/tag/v0.3.8) - Update `github.com/kubernetes-sigs/controller-runtime` dependency to [v0.5.9](https://github.com/kubernetes-sigs/controller-runtime/tree/v0.5.9) which is the latest available and has the [following changes](https://github.com/kubernetes-sigs/controller-runtime/releases/tag/v0.5.9) - Update `k8s.io/api` dependency to `v0.17.8` - Update `k8s.io/apimachinery` dependency to `v0.17.8` - Update `k8s.io/client-go` dependency to `v0.17.8` - Update `k8s.io/utils` dependency to `v0.0.0-20200821003339-5e75c0163111`
1 parent 2b4567a commit de78b60

File tree

2 files changed

+86
-68
lines changed

2 files changed

+86
-68
lines changed

go.mod

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ go 1.13
55
require (
66
github.com/go-logr/logr v0.1.0
77
github.com/google/uuid v1.1.1
8-
github.com/onsi/ginkgo v1.12.0
9-
github.com/onsi/gomega v1.9.0
8+
github.com/onsi/ginkgo v1.14.0
9+
github.com/onsi/gomega v1.10.1
1010
github.com/packethost/packngo v0.2.1-0.20200629161839-1810e48469b4
1111
github.com/pkg/errors v0.9.1
12-
k8s.io/api v0.17.2
13-
k8s.io/apimachinery v0.17.2
14-
k8s.io/client-go v0.17.2
12+
k8s.io/api v0.17.8
13+
k8s.io/apimachinery v0.17.8
14+
k8s.io/client-go v0.17.8
1515
k8s.io/klog v1.0.0
16-
k8s.io/utils v0.0.0-20200229041039-0a110f9eb7ab
17-
sigs.k8s.io/cluster-api v0.3.5
18-
sigs.k8s.io/controller-runtime v0.5.2
16+
k8s.io/utils v0.0.0-20200821003339-5e75c0163111
17+
sigs.k8s.io/cluster-api v0.3.8
18+
sigs.k8s.io/controller-runtime v0.5.9
1919
)

0 commit comments

Comments
 (0)