WORKSPACE 1.1 KB

123456789101112131415161718192021222324252627
  1. workspace(name = "com_google_googletest")
  2. load("//:googletest_deps.bzl", "googletest_deps")
  3. googletest_deps()
  4. load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
  5. http_archive(
  6. name = "rules_python", # 2023-07-31T20:39:27Z
  7. sha256 = "1250b59a33c591a1c4ba68c62e95fc88a84c334ec35a2e23f46cbc1b9a5a8b55",
  8. strip_prefix = "rules_python-e355becc30275939d87116a4ec83dad4bb50d9e1",
  9. urls = ["https://github.com/bazelbuild/rules_python/archive/e355becc30275939d87116a4ec83dad4bb50d9e1.zip"],
  10. )
  11. http_archive(
  12. name = "bazel_skylib", # 2023-05-31T19:24:07Z
  13. sha256 = "08c0386f45821ce246bbbf77503c973246ed6ee5c3463e41efc197fa9bc3a7f4",
  14. strip_prefix = "bazel-skylib-288731ef9f7f688932bd50e704a91a45ec185f9b",
  15. urls = ["https://github.com/bazelbuild/bazel-skylib/archive/288731ef9f7f688932bd50e704a91a45ec185f9b.zip"],
  16. )
  17. http_archive(
  18. name = "platforms", # 2023-07-28T19:44:27Z
  19. sha256 = "40eb313613ff00a5c03eed20aba58890046f4d38dec7344f00bb9a8867853526",
  20. strip_prefix = "platforms-4ad40ef271da8176d4fc0194d2089b8a76e19d7b",
  21. urls = ["https://github.com/bazelbuild/platforms/archive/4ad40ef271da8176d4fc0194d2089b8a76e19d7b.zip"],
  22. )