blob: 7eb18eb984229e836b01781426242a00f888c32d [file] [log] [blame]
Gennadiy Civil4e284ee2017-08-10 14:47:24 -04001workspace(name = "com_google_googletest")
Gennadiy Civil2a468302018-01-30 11:42:03 -05002
Gennadiy Civil214521a2018-12-03 14:18:47 -05003load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
4
Gennadiy Civil2a468302018-01-30 11:42:03 -05005http_archive(
dmauro8ceecc22021-05-25 14:50:59 -04006 name = "com_google_absl",
dmauro8ceecc22021-05-25 14:50:59 -04007 sha256 = "aeba534f7307e36fe084b452299e49b97420667a8d28102cf9a0daeed340b859",
dmauro56e4b1a2021-07-19 15:06:36 -04008 strip_prefix = "abseil-cpp-7971fb358ae376e016d2d4fc9327aad95659b25e",
9 urls = ["https://github.com/abseil/abseil-cpp/archive/7971fb358ae376e016d2d4fc9327aad95659b25e.zip"], # 2021-05-20T02:59:16Z
Gennadiy Civil2a468302018-01-30 11:42:03 -050010)
Yannic Bonenberger6fd262e2019-08-07 17:04:29 +020011
12http_archive(
dmauro56e4b1a2021-07-19 15:06:36 -040013 name = "rules_python",
14 sha256 = "98b3c592faea9636ac8444bfd9de7f3fb4c60590932d6e6ac5946e3f8dbd5ff6",
15 strip_prefix = "rules_python-ed6cc8f2c3692a6a7f013ff8bc185ba77eb9b4d2",
16 urls = ["https://github.com/bazelbuild/rules_python/archive/ed6cc8f2c3692a6a7f013ff8bc185ba77eb9b4d2.zip"], # 2021-05-17T00:24:16Z
mistergf63e2a12017-08-01 14:36:29 -040017)