aboutsummaryrefslogtreecommitdiff
path: root/WORKSPACE
blob: 0611c4b98a9251d7a400edc6b62d5004c548db32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
workspace(name = "bazel_remote_apis")

# Needed for "well-known protos" and protoc.
http_archive(
    name = "com_google_protobuf",
    sha256 = "091d4263d9a55eccb6d3c8abde55c26eaaa933dea9ecabb185cdf3795f9b5ca2",
    strip_prefix = "protobuf-3.5.1.1",
    urls = ["https://github.com/google/protobuf/archive/v3.5.1.1.zip"],
)

# Needed for the googleapis protos.
new_http_archive(
    name = "googleapis",
    build_file = "BUILD.googleapis",
    sha256 = "7b6ea252f0b8fb5cd722f45feb83e115b689909bbb6a393a873b6cbad4ceae1d",
    strip_prefix = "googleapis-143084a2624b6591ee1f9d23e7f5241856642f4d",
    url = "https://github.com/googleapis/googleapis/archive/143084a2624b6591ee1f9d23e7f5241856642f4d.zip",
)