| 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"], | |
| ) |