Skip to content

Commit

Permalink
fix: add missing bazel deps for gapic rules (#1589)
Browse files Browse the repository at this point in the history
  • Loading branch information
codyoss authored Dec 6, 2024
1 parent b97b58b commit 8481caf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rules_go_gapic/go_gapic.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,8 @@ def go_gapic_library(
"@com_github_google_uuid//:go_default_library",
"@com_github_googleapis_gax_go_v2//:go_default_library",
"@com_github_googleapis_gax_go_v2//apierror:go_default_library",
"@com_github_googleapis_gax_go_v2//internallog:go_default_library",
"@com_github_googleapis_gax_go_v2//internallog/grpclog:go_default_library",
"@com_google_googleapis//google/rpc:status_go_proto",
"@io_opentelemetry_go_contrib_instrumentation_net_http_otelhttp//:go_default_library",
"@io_opentelemetry_go_contrib_instrumentation_google_golang_org_grpc_otelgrpc//:go_default_library",
Expand Down

0 comments on commit 8481caf

Please sign in to comment.