We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 15412e2 + 4bd63fc commit 3c5446dCopy full SHA for 3c5446d
go.mod
@@ -7,14 +7,14 @@ require (
7
github.com/gobuffalo/flect v0.2.0
8
github.com/google/go-cmp v0.3.0
9
github.com/mattn/go-colorable v0.1.2 // indirect
10
- github.com/onsi/ginkgo v1.10.1
+ github.com/onsi/ginkgo v1.11.0
11
github.com/onsi/gomega v1.7.0
12
github.com/spf13/cobra v0.0.5
13
github.com/spf13/pflag v1.0.5
14
golang.org/x/tools v0.0.0-20190920225731-5eefd052ad72
15
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
+ k8s.io/api v0.18.0
+ k8s.io/apiextensions-apiserver v0.18.0
+ k8s.io/apimachinery v0.18.0
+ sigs.k8s.io/yaml v1.2.0
20
)
0 commit comments