Skip to content

Commit

Permalink
Move googleapis to MODULE.bazel
Browse files Browse the repository at this point in the history
This appears to be a fairly recent development, and isn't yet 100%
officially supported in the googleapis/googleapis repo, but it works:

- googleapis/googleapis#855
- bazelbuild/bazel-central-registry#1699
  • Loading branch information
mbland committed Apr 12, 2024
1 parent 8355551 commit 9120bef
Show file tree
Hide file tree
Showing 3 changed files with 533 additions and 373 deletions.
8 changes: 8 additions & 0 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ bazel_dep(
repo_name = "com_google_protobuf",
)

# https://github.com/googleapis/googleapis/pull/855
# https://github.com/bazelbuild/bazel-central-registry/pull/1699
bazel_dep(
name = "googleapis",
version = "0.0.0-20240326-1c8d509c5",
repo_name = "com_google_googleapis",
)

bazel_dep(name = "rules_python", version = "0.31.0")

pip = use_extension("@rules_python//python/extensions:pip.bzl", "pip")
Expand Down

0 comments on commit 9120bef

Please sign in to comment.