blob: 1d303db9733205520e89d8bda3791c3ac6865a29 [file] [log] [blame]
Adam Langley4866a022016-09-01 11:24:21 -07001workspace(name = "roughtime")
2
3git_repository(
4 name = "boringssl",
5 commit = "9712e98fd90609a97e255eeaa5ae13c2db022620", # Sept 1st, 2016.
6 remote = "https://boringssl.googlesource.com/boringssl",
7)
8
9git_repository(
10 name = "protobuf",
11 commit = "v3.0.0",
12 remote = "https://github.com/google/protobuf",
13)
14
15new_http_archive(
16 name = "gtest",
17 url = "https://github.com/google/googletest/archive/release-1.7.0.tar.gz",
18 sha256 = "f73a6546fdf9fce9ff93a5015e0333a8af3062a152a9ad6bcb772c96687016cc",
19 build_file = "gtest.BUILD",
20 strip_prefix = "googletest-release-1.7.0",
21)