Update bazel.

This commit is contained in:
Random-Liu 2016-12-05 16:38:16 -08:00
parent 4cdd1b788a
commit 54c874f2c6
2 changed files with 5 additions and 0 deletions

View File

@ -10,8 +10,12 @@ load(
go_library(
name = "go_default_library",
srcs = [
"node_conformance.go",
"node_e2e.go",
"remote.go",
"ssh.go",
"types.go",
"utils.go",
],
tags = ["automanaged"],
deps = [

View File

@ -17,6 +17,7 @@ go_library(
"namespace_controller.go",
"server.go",
"services.go",
"util.go",
],
tags = ["automanaged"],
deps = [