File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ require (
16
16
github.com/modern-go/reflect2 v1.0.1 // indirect
17
17
github.com/onsi/ginkgo v1.8.0
18
18
github.com/onsi/gomega v1.5.0
19
+ github.com/sergi/go-diff v1.0.0
19
20
github.com/spf13/cobra v0.0.3
20
21
github.com/spf13/pflag v1.0.3
21
22
golang.org/x/net v0.0.0-20190501004415-9ce7a6920f09 // indirect
@@ -24,7 +25,7 @@ require (
24
25
golang.org/x/tools v0.0.0-20190501045030-23463209683d
25
26
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
26
27
gopkg.in/inf.v0 v0.9.1 // indirect
27
- gopkg.in/yaml.v2 v2.2.2 // indirect
28
+ gopkg.in/yaml.v2 v2.2.2
28
29
k8s.io/api v0.0.0-20190409021203-6e4e0e4f393b
29
30
k8s.io/apiextensions-apiserver v0.0.0-20190409022649-727a075fdec8
30
31
k8s.io/apimachinery v0.0.0-20190404173353-6a84e37a896d
Original file line number Diff line number Diff line change @@ -43,6 +43,8 @@ github.com/onsi/gomega v1.5.0 h1:izbySO9zDPmjJ8rDjLvkA2zJHIo+HkYXHnf7eN7SSyo=
43
43
github.com/onsi/gomega v1.5.0 /go.mod h1:ex+gbHU/CVuBBDIJjb2X0qEXbFg53c61hWP/1CpauHY =
44
44
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
45
45
github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
46
+ github.com/sergi/go-diff v1.0.0 h1:Kpca3qRNrduNnOQeazBd0ysaKrUJiIuISHxogkT9RPQ =
47
+ github.com/sergi/go-diff v1.0.0 /go.mod h1:0CfEIISq7TuYL3j771MWULgwwjU+GofnZX9QAmXWZgo =
46
48
github.com/spf13/cobra v0.0.3 h1:ZlrZ4XsMRm04Fr5pSFxBgfND2EBVa1nLpiy1stUsX/8 =
47
49
github.com/spf13/cobra v0.0.3 /go.mod h1:1l0Ry5zgKvJasoi3XT1TypsSe7PqH0Sj9dhYf7v3XqQ =
48
50
github.com/spf13/pflag v1.0.3 h1:zPAT6CGy6wXeQ7NtTnaTerfKOsV6V6F8agHXFiazDkg =
You can’t perform that action at this time.
0 commit comments