update bazel

This commit is contained in:
Yu-Ju Hong 2017-08-28 16:46:50 -07:00
parent 46eb7d8a55
commit 22b2da2378

View File

@ -79,6 +79,7 @@ go_library(
go_test(
name = "go_default_test",
srcs = [
"gce_annotations_test.go",
"gce_disks_test.go",
"gce_healthchecks_test.go",
"gce_loadbalancer_external_test.go",
@ -96,6 +97,7 @@ go_test(
"//vendor/google.golang.org/api/compute/v1:go_default_library",
"//vendor/google.golang.org/api/googleapi:go_default_library",
"//vendor/k8s.io/api/core/v1:go_default_library",
"//vendor/k8s.io/apimachinery/pkg/apis/meta/v1:go_default_library",
],
)