Austin Schuh | 2001aa4 | 2018-10-29 22:57:02 -0700 | [diff] [blame] | 1 | workspace(name = "com_google_googletest") |
| 2 | |
James Kuszmaul | f4bf9fe | 2021-05-10 22:58:24 -0700 | [diff] [blame] | 3 | load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") |
| 4 | |
Austin Schuh | 2001aa4 | 2018-10-29 22:57:02 -0700 | [diff] [blame] | 5 | http_archive( |
James Kuszmaul | f4bf9fe | 2021-05-10 22:58:24 -0700 | [diff] [blame] | 6 | name = "com_google_absl", # 2020-10-13T16:49:13Z |
| 7 | sha256 = "00c3707bf9cd5eabd1ec6932cc65b97378c043f22573be3adf7d11bb7af17d06", |
| 8 | strip_prefix = "abseil-cpp-f3f785ab59478dd0312bf1b5df65d380650bf0dc", |
| 9 | urls = [ |
| 10 | "https://github.com/abseil/abseil-cpp/archive/f3f785ab59478dd0312bf1b5df65d380650bf0dc.zip", |
| 11 | ], |
| 12 | ) |
| 13 | |
| 14 | http_archive( |
| 15 | name = "rules_cc", # 2020-10-05T06:01:24Z |
| 16 | sha256 = "35ea62c63cd71d4000efe85f9f4f17e8afb23896c37ee9510952db2e9d8fbb70", |
| 17 | strip_prefix = "rules_cc-f055da4ff0cb2b3c73de1fe2f094ebdfb8b3acb9", |
| 18 | urls = [ |
| 19 | "https://github.com/bazelbuild/rules_cc/archive/f055da4ff0cb2b3c73de1fe2f094ebdfb8b3acb9.zip", |
| 20 | ], |
| 21 | ) |
| 22 | |
| 23 | http_archive( |
| 24 | name = "rules_python", # 2020-09-30T13:50:21Z |
| 25 | sha256 = "6e49996ad3cf45b2232b8f94ca1e3ead369c28394c51632be8d85fe826383012", |
| 26 | strip_prefix = "rules_python-c064f7008a30f307ea7516cf52358a653011f82b", |
| 27 | urls = [ |
| 28 | "https://github.com/bazelbuild/rules_python/archive/c064f7008a30f307ea7516cf52358a653011f82b.zip", |
| 29 | ], |
Austin Schuh | 2001aa4 | 2018-10-29 22:57:02 -0700 | [diff] [blame] | 30 | ) |