Update dependency bazel_gazelle to v0.16.0 (#1147)

This commit is contained in:
renovate[bot] 2018-12-20 15:12:04 -08:00 committed by terence tsao
parent e49a190754
commit a4b0399213

View File

@ -15,8 +15,8 @@ http_archive(
http_archive(
name = "bazel_gazelle",
urls = ["https://github.com/bazelbuild/bazel-gazelle/releases/download/0.15.0/bazel-gazelle-0.15.0.tar.gz"],
sha256 = "6e875ab4b6bf64a38c352887760f21203ab054676d9c1b274963907e0768740d",
urls = ["https://github.com/bazelbuild/bazel-gazelle/releases/download/0.16.0/bazel-gazelle-0.16.0.tar.gz"],
sha256 = "7949fc6cc17b5b191103e97481cf8889217263acf52e00b560683413af204fcb",
)
http_archive(