Update bazel.

This commit is contained in:
Random-Liu 2016-11-01 21:52:01 -07:00
parent 772bf8e14d
commit 90fe0c5994
2 changed files with 5 additions and 1 deletions

View File

@ -12,7 +12,10 @@ load(
go_library(
name = "go_default_library",
srcs = ["api.pb.go"],
srcs = [
"api.pb.go",
"constants.go",
],
tags = ["automanaged"],
deps = [
"//vendor:github.com/gogo/protobuf/proto",

View File

@ -49,6 +49,7 @@ go_library(
"//vendor:github.com/docker/engine-api/types/versions",
"//vendor:github.com/docker/go-connections/nat",
"//vendor:github.com/golang/glog",
"//vendor:github.com/golang/protobuf/proto",
],
)