Skip to content

Commit 6cad902

Browse files
committed
Update to kube 1.16
1 parent b97a1f6 commit 6cad902

File tree

6 files changed

+405
-100
lines changed

6 files changed

+405
-100
lines changed

Gopkg.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Gopkg.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@ ignored = [
44

55
[[constraint]]
66
name="k8s.io/api"
7-
version="kubernetes-1.15.0"
7+
version="kubernetes-1.16.0"
88

99
[[constraint]]
1010
name="k8s.io/apiextensions-apiserver"
11-
version="kubernetes-1.15.0"
11+
version="kubernetes-1.16.0"
1212

1313
[[constraint]]
1414
name="k8s.io/apimachinery"
15-
version="kubernetes-1.15.0"
15+
version="kubernetes-1.16.0"
1616

1717
[[constraint]]
1818
name = "github.com/spf13/cobra"
19-
version = "v0.0.3"
19+
version = "v0.0.5"
2020

2121
[[constraint]]
2222
name = "sigs.k8s.io/yaml"

go.mod

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,17 @@ go 1.12
55
require (
66
github.com/fatih/color v1.7.0
77
github.com/gobuffalo/flect v0.1.5
8-
github.com/gogo/protobuf v1.2.1 // indirect
98
github.com/google/go-cmp v0.3.0
10-
github.com/json-iterator/go v1.1.6 // indirect
11-
github.com/kr/pretty v0.1.0 // indirect
129
github.com/mattn/go-colorable v0.1.2 // indirect
1310
github.com/onsi/ginkgo v1.8.0
1411
github.com/onsi/gomega v1.5.0
15-
github.com/spf13/cobra v0.0.3
12+
github.com/spf13/cobra v0.0.5
1613
github.com/spf13/pflag v1.0.3
17-
golang.org/x/net v0.0.0-20190501004415-9ce7a6920f09 // indirect
18-
golang.org/x/sys v0.0.0-20190502175342-a43fa875dd82 // indirect
19-
golang.org/x/text v0.3.2 // indirect
20-
golang.org/x/tools v0.0.0-20190501045030-23463209683d
21-
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
14+
golang.org/x/tools v0.0.0-20190621195816-6e04913cbbac
2215
gopkg.in/inf.v0 v0.9.1 // indirect
23-
gopkg.in/yaml.v2 v2.2.2 // indirect
2416
gopkg.in/yaml.v3 v3.0.0-20190905181640-827449938966
25-
k8s.io/api v0.0.0-20190620084959-7cf5895f2711
26-
k8s.io/apiextensions-apiserver v0.0.0-20190620085554-14e95df34f1f
27-
k8s.io/apimachinery v0.0.0-20190612205821-1799e75a0719
28-
k8s.io/utils v0.0.0-20190607212802-c55fbcfc754a // indirect
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
2920
sigs.k8s.io/yaml v1.1.0
3021
)

0 commit comments

Comments
 (0)