Skip to content

Commit 4bd63fc

Browse files
committed
Bump dependencies for Kubernetes 1.18.0
Signed-off-by: James Munnelly <[email protected]>
1 parent 15412e2 commit 4bd63fc

File tree

2 files changed

+47
-52
lines changed

2 files changed

+47
-52
lines changed

go.mod

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ require (
77
github.com/gobuffalo/flect v0.2.0
88
github.com/google/go-cmp v0.3.0
99
github.com/mattn/go-colorable v0.1.2 // indirect
10-
github.com/onsi/ginkgo v1.10.1
10+
github.com/onsi/ginkgo v1.11.0
1111
github.com/onsi/gomega v1.7.0
1212
github.com/spf13/cobra v0.0.5
1313
github.com/spf13/pflag v1.0.5
1414
golang.org/x/tools v0.0.0-20190920225731-5eefd052ad72
1515
gopkg.in/yaml.v3 v3.0.0-20190905181640-827449938966
16-
k8s.io/api v0.17.0
17-
k8s.io/apiextensions-apiserver v0.17.0
18-
k8s.io/apimachinery v0.17.0
19-
sigs.k8s.io/yaml v1.1.0
16+
k8s.io/api v0.18.0
17+
k8s.io/apiextensions-apiserver v0.18.0
18+
k8s.io/apimachinery v0.18.0
19+
sigs.k8s.io/yaml v1.2.0
2020
)

0 commit comments

Comments
 (0)