bazel: fix http_archive for bazel 0.21

master
q3k 2019-01-13 21:27:44 +01:00
parent af09169920
commit 8a32c90c25
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ pip_install()
# Go rules
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "io_bazel_rules_go",
url = "https://github.com/bazelbuild/rules_go/releases/download/0.16.5/rules_go-0.16.5.tar.gz",