Skip to content

Commit

Permalink
Use com_googleapis_googleapis in proto_library
Browse files Browse the repository at this point in the history
  • Loading branch information
anders617 committed Nov 3, 2019
1 parent be9054d commit a4365be
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,11 @@ http_archive(
"https://github.com/bazelbuild/rules_proto/archive/97d8af4dc474595af3900dd85cb3a29ad28cc313.tar.gz",
],
)

load("@rules_proto//proto:repositories.bzl", "rules_proto_dependencies", "rules_proto_toolchains")

rules_proto_dependencies()

rules_proto_toolchains()

# Download the Go rules
Expand Down Expand Up @@ -117,4 +120,5 @@ go_repository(
)

load("@grpc_ecosystem_grpc_gateway//:repositories.bzl", "go_repositories")

go_repositories()
2 changes: 1 addition & 1 deletion proto/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ proto_library(
":menu_proto",
":food_proto",
":foodstat_proto",
"@go_googleapis//google/api:annotations_proto",
"@com_googleapis_googleapis//google/api:annotations_proto",
],
)

Expand Down

0 comments on commit a4365be

Please sign in to comment.