aboutsummaryrefslogtreecommitdiffhomepage
path: root/WORKSPACE
diff options
context:
space:
mode:
authorGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2018-11-30 23:24:59 +0100
committerGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2018-11-30 23:24:59 +0100
commitf0fbee59326402e6c1f0a7c6a1f8899fd2b0025a (patch)
tree65f18bdf957422c36f142e3cd8cf0cde7e94da09 /WORKSPACE
parent5203702f571f51af6df31819b94a0d10a3faf9ff (diff)
Bazel 0.20.0 workspace fixes.
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE2
1 files changed, 2 insertions, 0 deletions
diff --git a/WORKSPACE b/WORKSPACE
index a547c24cbe..c1e63d86e5 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -1,6 +1,8 @@
workspace(name="com_github_grpc_grpc")
load("//bazel:grpc_deps.bzl", "grpc_deps", "grpc_test_only_deps")
+load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")
+
grpc_deps()
grpc_test_only_deps()