Skip to content

Commit

Permalink
Fix gazelle:resolve for cel.dev/expr (#7754)
Browse files Browse the repository at this point in the history
just duplicating the fix to our `MODULE.bazel` file at #7736
  • Loading branch information
tempoz authored Oct 21, 2024
1 parent 3c39ae1 commit d93beab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -5655,9 +5655,9 @@ def install_go_mod_dependencies(workspace_name = "buildbuddy"):
"gazelle:resolve proto go google/api/expr/v1alpha1/value.proto @org_golang_google_genproto_googleapis_rpc//api/expr/v1alpha1:value_proto",
"gazelle:resolve proto proto google/rpc/status.proto @googleapis//google/rpc:status_proto",
"gazelle:resolve proto go google/rpc/status.proto @org_golang_google_genproto_googleapis_rpc//status",
"gazelle:resolve proto go cel/expr/syntax.proto //proto/cel/expr:syntax_proto",
"gazelle:resolve proto go cel/expr/syntax.proto //proto/cel/expr:syntax_go_proto",
"gazelle:resolve proto proto cel/expr/syntax.proto //proto/cel/expr:syntax_proto",
"gazelle:resolve proto go cel/expr/value.proto //proto/cel/expr:value_proto",
"gazelle:resolve proto go cel/expr/value.proto //proto/cel/expr:value_go_proto",
"gazelle:resolve proto proto cel/expr/value.proto //proto/cel/expr:value_proto",
],
build_file_generation = "clean",
Expand Down

0 comments on commit d93beab

Please sign in to comment.