aboutsummaryrefslogtreecommitdiff
path: root/WORKSPACE
diff options
context:
space:
mode:
authorDmitry Lomov <dslomov@google.com>2018-06-12 14:03:16 +0200
committerGitHub <noreply@github.com>2018-06-12 14:03:16 +0200
commit31232c9b1e27f3c683dfdec25de6c6f18e66c0a2 (patch)
tree03f8a48a3234dca9e7a7e414c443ba0e07e7f256 /WORKSPACE
parent4fda0f783bb60f7c3249d937cc0256e1aee9aad8 (diff)
downloadprotobuf-31232c9b1e27f3c683dfdec25de6c6f18e66c0a2.tar.gz
protobuf-31232c9b1e27f3c683dfdec25de6c6f18e66c0a2.tar.bz2
protobuf-31232c9b1e27f3c683dfdec25de6c6f18e66c0a2.zip
Migrate to supported version of http_archive
Fixes #4727.
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE3
1 files changed, 2 insertions, 1 deletions
diff --git a/WORKSPACE b/WORKSPACE
index 06a8a841..b476019b 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -1,4 +1,5 @@
workspace(name = "com_google_protobuf")
+load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
new_local_repository(
name = "submodule_gmock",
@@ -6,7 +7,7 @@ new_local_repository(
build_file = "third_party/googletest/BUILD.bazel"
)
-new_http_archive(
+http_archive(
name = "six_archive",
build_file = "six.BUILD",
sha256 = "105f8d68616f8248e24bf0e9372ef04d3cc10104f1980f54d57b2ce73a5ad56a",