|
|
|
workspace(name = "envoy_api")
|
|
|
|
|
|
|
|
load("//bazel:repositories.bzl", "api_dependencies")
|
|
|
|
|
|
|
|
api_dependencies()
|
|
|
|
|
|
|
|
git_repository(
|
|
|
|
name = "protobuf_bzl",
|
|
|
|
# HEAD of master 5/8.
|
|
|
|
commit = "455b61c6b0f39ac269b26969877dd3c6f3e32270",
|
|
|
|
remote = "https://github.com/google/protobuf.git",
|
|
|
|
)
|
|
|
|
|
|
|
|
bind(
|
|
|
|
name = "protobuf",
|
|
|
|
actual = "@protobuf_bzl//:protobuf",
|
|
|
|
)
|
|
|
|
|
|
|
|
bind(
|
|
|
|
name = "protobuf_python",
|
|
|
|
actual = "@protobuf_bzl//:protobuf_python",
|
|
|
|
)
|
|
|
|
|
|
|
|
bind(
|
|
|
|
name = "protobuf_python_genproto",
|
|
|
|
actual = "@protobuf_bzl//:protobuf_python_genproto",
|
|
|
|
)
|
|
|
|
|
|
|
|
bind(
|
|
|
|
name = "protoc",
|
|
|
|
actual = "@protobuf_bzl//:protoc",
|
|
|
|
)
|
|
|
|
|
|
|
|
new_http_archive(
|
|
|
|
name = "six_archive",
|
|
|
|
build_file = "@protobuf_bzl//:six.BUILD",
|
|
|
|
sha256 = "105f8d68616f8248e24bf0e9372ef04d3cc10104f1980f54d57b2ce73a5ad56a",
|
|
|
|
url = "https://pypi.python.org/packages/source/s/six/six-1.10.0.tar.gz#md5=34eed507548117b2ab523ab14b2f8b55",
|
|
|
|
)
|
|
|
|
|
|
|
|
bind(
|
|
|
|
name = "six",
|
|
|
|
actual = "@six_archive//:six",
|
|
|
|
)
|