Skip to content
Snippets Groups Projects
Commit edca93ec authored by Oliver Herms's avatar Oliver Herms
Browse files

BUILD

parent b7f4fae0
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,7 @@ go_proto_library(
"//net/api:go_default_library",
"//route/api:go_default_library",
"//vendor/google.golang.org/grpc:go_default_library",
"//vendor/github.com/golang/protobuf/proto:go_default_library",
],
)
......
......@@ -12,6 +12,9 @@ go_proto_library(
importpath = "github.com/bio-routing/bio-rd/net/api",
proto = ":api_proto",
visibility = ["//visibility:public"],
deps = [
"//vendor/github.com/golang/protobuf/proto:go_default_library"
],
)
go_library(
......
......@@ -13,7 +13,10 @@ go_proto_library(
importpath = "github.com/bio-routing/bio-rd/route/api",
proto = ":api_proto",
visibility = ["//visibility:public"],
deps = ["//net/api:go_default_library"],
deps = [
"//net/api:go_default_library",
"//vendor/github.com/golang/protobuf/proto:go_default_library",
],
)
go_library(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment