Skip to content

Commit

Permalink
run "bazel run :gazelle"
Browse files Browse the repository at this point in the history
Signed-off-by: Stephan Renatus <srenatus@chef.io>
  • Loading branch information
srenatus committed Apr 27, 2020
1 parent a641c87 commit a416b83
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/internal/clients/abe/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ go_library(
"model_pathenum_path_enum.go",
"model_protobuf_any.go",
"model_protobuf_field_mask.go",
"model_runtime_error.go",
"model_rpc_status.go",
"model_sub_string_message.go",
"response.go",
],
Expand Down
2 changes: 1 addition & 1 deletion examples/internal/clients/echo/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ go_library(
"model_examplepb_embedded.go",
"model_examplepb_simple_message.go",
"model_protobuf_any.go",
"model_runtime_error.go",
"model_rpc_status.go",
"response.go",
],
importpath = "github.com/grpc-ecosystem/grpc-gateway/v2/examples/internal/clients/echo",
Expand Down
2 changes: 1 addition & 1 deletion examples/internal/clients/responsebody/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ go_library(
"model_examplepb_response_body_out_response.go",
"model_protobuf_any.go",
"model_response_response_type.go",
"model_runtime_error.go",
"model_rpc_status.go",
"model_runtime_stream_error.go",
"model_stream_result_of_examplepb_response_body_out.go",
"response.go",
Expand Down
2 changes: 1 addition & 1 deletion examples/internal/clients/unannotatedecho/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ go_library(
"model_examplepb_unannotated_embedded.go",
"model_examplepb_unannotated_simple_message.go",
"model_protobuf_any.go",
"model_runtime_error.go",
"model_rpc_status.go",
"response.go",
],
importpath = "github.com/grpc-ecosystem/grpc-gateway/v2/examples/internal/clients/unannotatedecho",
Expand Down
1 change: 1 addition & 0 deletions protoc-gen-swagger/genswagger/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ go_library(
"@com_github_golang_protobuf//descriptor:go_default_library_gen",
"@com_github_golang_protobuf//jsonpb:go_default_library_gen",
"@com_github_golang_protobuf//proto:go_default_library",
"@go_googleapis//google/rpc:status_go_proto",
"@io_bazel_rules_go//proto/wkt:any_go_proto",
"@io_bazel_rules_go//proto/wkt:compiler_plugin_go_proto",
"@io_bazel_rules_go//proto/wkt:descriptor_go_proto",
Expand Down

0 comments on commit a416b83

Please sign in to comment.