Skip to content

Commit 2a05a0f

Browse files
authored
Merge pull request #379 from DirectXMan12/deps/k-1.17.0
✨ Update dependences to kubernetes 1.17.0
2 parents 998668a + f545c72 commit 2a05a0f

File tree

2 files changed

+134
-62
lines changed

2 files changed

+134
-62
lines changed

go.mod

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,14 @@ require (
77
github.com/gobuffalo/flect v0.1.5
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.8.0
11-
github.com/onsi/gomega v1.5.0
10+
github.com/onsi/ginkgo v1.10.1
11+
github.com/onsi/gomega v1.7.0
1212
github.com/spf13/cobra v0.0.5
13-
github.com/spf13/pflag v1.0.3
14-
golang.org/x/tools v0.0.0-20190621195816-6e04913cbbac
15-
gopkg.in/inf.v0 v0.9.1 // indirect
13+
github.com/spf13/pflag v1.0.5
14+
golang.org/x/tools v0.0.0-20190920225731-5eefd052ad72
1615
gopkg.in/yaml.v3 v3.0.0-20190905181640-827449938966
17-
k8s.io/api v0.0.0-20190918155943-95b840bb6a1f
18-
k8s.io/apiextensions-apiserver v0.0.0-20190918161926-8f644eb6e783
19-
k8s.io/apimachinery v0.0.0-20190913080033-27d36303b655
20-
k8s.io/utils v0.0.0-20190801114015-581e00157fb1
16+
k8s.io/api v0.17.0
17+
k8s.io/apiextensions-apiserver v0.17.0
18+
k8s.io/apimachinery v0.17.0
2119
sigs.k8s.io/yaml v1.1.0
2220
)

0 commit comments

Comments
 (0)