blob: 9a3d36daf61fe7fc55a0d0a56f085416c3d8af79 [file] [log] [blame] [edit]
workspace(name = "bazel_skylib")
git_repository(
name = "io_bazel",
remote = "https://github.com/bazelbuild/bazel.git",
commit = "6964a0b68444333ed13a355a7f6799adb931b4aa",
)
http_archive(
name = "com_google_protobuf",
strip_prefix = "protobuf-3.5.1",
urls = ["https://github.com/google/protobuf/archive/v3.5.1.zip"],
)