Skip to content

Commit 9120bef

Browse files
committed
Move googleapis to MODULE.bazel
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
1 parent 8355551 commit 9120bef

File tree

3 files changed

+533
-373
lines changed

3 files changed

+533
-373
lines changed

MODULE.bazel

+8
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ bazel_dep(
99
repo_name = "com_google_protobuf",
1010
)
1111

12+
# https://github.com/googleapis/googleapis/pull/855
13+
# https://github.com/bazelbuild/bazel-central-registry/pull/1699
14+
bazel_dep(
15+
name = "googleapis",
16+
version = "0.0.0-20240326-1c8d509c5",
17+
repo_name = "com_google_googleapis",
18+
)
19+
1220
bazel_dep(name = "rules_python", version = "0.31.0")
1321

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

0 commit comments

Comments
 (0)