Skip to content

Commit

Permalink
adding gogo proto descriptor to deps of gogo proto compiler (#2160)
Browse files Browse the repository at this point in the history
  • Loading branch information
linzhp authored and Jay Conrod committed Jul 29, 2019
1 parent 4bccd37 commit 4c28450
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions proto/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ go_proto_compiler(
deps = [
"@com_github_gogo_protobuf//gogoproto:go_default_library",
"@com_github_gogo_protobuf//proto:go_default_library",
"@com_github_gogo_protobuf//protoc-gen-gogo/descriptor:go_default_library",
"@com_github_gogo_protobuf//sortkeys:go_default_library",
"@com_github_gogo_protobuf//types:go_default_library",
"@org_golang_google_grpc//:go_default_library",
Expand Down

0 comments on commit 4c28450

Please sign in to comment.