mirror of
https://github.com/google/santa.git
synced 2026-01-14 08:47:57 -05:00
56 lines
2.4 KiB
Python
56 lines
2.4 KiB
Python
module(name = "santa")
|
|
|
|
bazel_dep(name = "apple_support", version = "1.15.1", repo_name = "build_bazel_apple_support")
|
|
bazel_dep(name = "abseil-cpp", version = "20240116.1", repo_name = "com_google_absl")
|
|
bazel_dep(name = "rules_python", version = "0.31.0")
|
|
bazel_dep(name = "rules_cc", version = "0.0.9")
|
|
bazel_dep(name = "rules_apple", version = "3.5.0", repo_name = "build_bazel_rules_apple")
|
|
bazel_dep(name = "rules_swift", version = "1.18.0", repo_name = "build_bazel_rules_swift")
|
|
bazel_dep(name = "rules_fuzzing", version = "0.5.1")
|
|
bazel_dep(name = "protobuf", version = "main", repo_name = "com_google_protobuf")
|
|
git_override(
|
|
module_name = "protobuf",
|
|
commit = "21d75f861cdbc03b0a6b235a9ccf3ba0e1f09b32",
|
|
remote = "https://github.com/protocolbuffers/protobuf.git",
|
|
)
|
|
|
|
bazel_dep(name = "googletest", version = "1.14.0.bcr.1", repo_name = "com_google_googletest")
|
|
bazel_dep(name = "molcertificate", version = "2.1", repo_name = "MOLCertificate")
|
|
git_override(
|
|
module_name = "molcertificate",
|
|
commit = "34f0ccf68a34a07cc636ada89057c529f90bec3a",
|
|
remote = "https://github.com/google/macops-molcertificate.git",
|
|
)
|
|
|
|
bazel_dep(name = "molauthenticatingurlsession", version = "3.0", repo_name = "MOLAuthenticatingURLSession")
|
|
git_override(
|
|
module_name = "molauthenticatingurlsession",
|
|
commit = "0a50a67f29d635a4012981714c1dedef9ac25fe6",
|
|
remote = "https://github.com/google/macops-molauthenticatingurlsession.git",
|
|
)
|
|
|
|
bazel_dep(name = "molcodesignchecker", version = "3.0", repo_name = "MOLCodesignChecker")
|
|
git_override(
|
|
module_name = "molcodesignchecker",
|
|
commit = "5060bcc8baa90bae3b0ca705d14850328bbbec53",
|
|
remote = "https://github.com/google/macops-molcodesignchecker.git",
|
|
)
|
|
|
|
bazel_dep(name = "molxpcconnection", version = "2.1", repo_name = "MOLXPCConnection")
|
|
git_override(
|
|
module_name = "molxpcconnection",
|
|
commit = "da816dc49becac96d941ef6a5c4153ed39d1fe7c",
|
|
remote = "https://github.com/russellhancox/macops-molxpcconnection.git",
|
|
)
|
|
|
|
non_module_deps = use_extension("//:non_module_deps.bzl", "non_module_deps")
|
|
use_repo(non_module_deps, "FMDB")
|
|
use_repo(non_module_deps, "OCMock")
|
|
|
|
bazel_dep(name = "hedron_compile_commands", dev_dependency = True)
|
|
git_override(
|
|
module_name = "hedron_compile_commands",
|
|
commit = "0e990032f3c5a866e72615cf67e5ce22186dcb97",
|
|
remote = "https://github.com/hedronvision/bazel-compile-commands-extractor.git",
|
|
)
|