Skip to content

Commit

Permalink
Update build files
Browse files Browse the repository at this point in the history
  • Loading branch information
ash2k committed Oct 13, 2023
1 parent 8daa39a commit cc2bd20
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion examples/internal/cmd/example-gateway-server/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ go_library(
visibility = ["//visibility:private"],
deps = [
"//examples/internal/gateway",
"@com_github_golang_glog//:glog",
"@org_golang_google_grpc//grpclog",
],
)

Expand Down
2 changes: 1 addition & 1 deletion examples/internal/cmd/example-grpc-server/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ go_library(
importpath = "github.com/grpc-ecosystem/grpc-gateway/v2/examples/internal/cmd/example-grpc-server",
deps = [
"//examples/internal/server",
"@com_github_golang_glog//:glog",
"@org_golang_google_grpc//grpclog",
],
)

Expand Down
2 changes: 1 addition & 1 deletion examples/internal/gateway/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ go_library(
"//examples/internal/proto/examplepb",
"//examples/internal/proto/standalone",
"//runtime",
"@com_github_golang_glog//:glog",
"@org_golang_google_genproto_googleapis_rpc//errdetails",
"@org_golang_google_grpc//:go_default_library",
"@org_golang_google_grpc//connectivity",
"@org_golang_google_grpc//credentials/insecure",
"@org_golang_google_grpc//grpclog",
],
)

Expand Down
2 changes: 1 addition & 1 deletion examples/internal/integration/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ go_test(
"//examples/internal/proto/sub",
"//examples/internal/server",
"//runtime",
"@com_github_golang_glog//:glog",
"@com_github_google_go_cmp//cmp",
"@com_github_rogpeppe_fastuuid//:fastuuid",
"@org_golang_google_genproto_googleapis_rpc//status",
"@org_golang_google_grpc//codes",
"@org_golang_google_grpc//grpclog",
"@org_golang_google_protobuf//encoding/protojson",
"@org_golang_google_protobuf//proto",
"@org_golang_google_protobuf//testing/protocmp",
Expand Down
2 changes: 1 addition & 1 deletion examples/internal/server/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ go_library(
"//examples/internal/proto/sub",
"//examples/internal/proto/sub2",
"//runtime",
"@com_github_golang_glog//:glog",
"@com_github_rogpeppe_fastuuid//:fastuuid",
"@org_golang_google_genproto_googleapis_api//httpbody",
"@org_golang_google_genproto_googleapis_rpc//errdetails",
"@org_golang_google_genproto_googleapis_rpc//status",
"@org_golang_google_grpc//:go_default_library",
"@org_golang_google_grpc//codes",
"@org_golang_google_grpc//grpclog",
"@org_golang_google_grpc//metadata",
"@org_golang_google_grpc//status",
"@org_golang_google_protobuf//proto",
Expand Down
2 changes: 1 addition & 1 deletion internal/descriptor/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ go_library(
"//internal/descriptor/openapiconfig",
"//internal/httprule",
"//protoc-gen-openapiv2/options",
"@com_github_golang_glog//:glog",
"@in_gopkg_yaml_v3//:yaml_v3",
"@org_golang_google_genproto_googleapis_api//annotations",
"@org_golang_google_grpc//grpclog",
"@org_golang_google_protobuf//compiler/protogen",
"@org_golang_google_protobuf//encoding/protojson",
"@org_golang_google_protobuf//proto",
Expand Down
2 changes: 1 addition & 1 deletion internal/httprule/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ go_test(
embed = [":httprule"],
deps = [
"//utilities",
"@com_github_golang_glog//:glog",
"@org_golang_google_grpc//grpclog",
],
)

Expand Down

0 comments on commit cc2bd20

Please sign in to comment.