File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,10 @@ go_test(
45
45
"//staging/src/k8s.io/api/core/v1:go_default_library" ,
46
46
"//staging/src/k8s.io/apimachinery/pkg/apis/meta/v1:go_default_library" ,
47
47
"//staging/src/k8s.io/apimachinery/pkg/types:go_default_library" ,
48
+ "//staging/src/k8s.io/client-go/kubernetes/fake:go_default_library" ,
49
+ "//vendor/github.com/stretchr/testify/assert:go_default_library" ,
50
+ "//vendor/github.com/stretchr/testify/require:go_default_library" ,
51
+ "//vendor/k8s.io/utils/pointer:go_default_library" ,
48
52
],
49
53
)
50
54
Original file line number Diff line number Diff line change @@ -181,6 +181,7 @@ go_test(
181
181
"//vendor/github.com/blang/semver:go_default_library" ,
182
182
"//vendor/github.com/coreos/go-systemd/util:go_default_library" ,
183
183
"//vendor/github.com/davecgh/go-spew/spew:go_default_library" ,
184
+ "//vendor/github.com/google/go-cmp/cmp:go_default_library" ,
184
185
"//vendor/github.com/onsi/ginkgo:go_default_library" ,
185
186
"//vendor/github.com/onsi/gomega:go_default_library" ,
186
187
"//vendor/github.com/onsi/gomega/gstruct:go_default_library" ,
You can’t perform that action at this time.
0 commit comments