Update WORKSPACE to make bazel work again

This commit is contained in:
Gennadiy Civil 2019-01-25 11:54:00 -05:00 committed by GitHub
parent 542e057c6c
commit be8475fdf7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,7 @@
workspace(name = "com_google_googletest")
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
# Abseil
http_archive(
name = "com_google_absl",