diff options
author | Nicolas Lacasse <nlacasse@google.com> | 2018-10-17 08:54:53 -0700 |
---|---|---|
committer | Shentubot <shentubot@google.com> | 2018-10-17 08:55:41 -0700 |
commit | fb4629277839495ef42ad6af13d1823d79a3e6c0 (patch) | |
tree | ecb562985da8aea585d7b5aa8e221b3a13599f3e /WORKSPACE | |
parent | cea51641d4dacf24cc53a30144fc14ec053f5aa2 (diff) |
Bump rules_go and gazelle versions.
PiperOrigin-RevId: 217526027
Change-Id: I21261f5172d8eb50820f1e9f1624d24603089f12
Diffstat (limited to 'WORKSPACE')
-rw-r--r-- | WORKSPACE | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,13 +1,13 @@ # Load go bazel rules and gazelle. http_archive( name = "io_bazel_rules_go", - url = "https://github.com/bazelbuild/rules_go/releases/download/0.15.4/rules_go-0.15.4.tar.gz", - sha256 = "7519e9e1c716ae3c05bd2d984a42c3b02e690c5df728dc0a84b23f90c355c5a1", + url = "https://github.com/bazelbuild/rules_go/releases/download/0.16.0/rules_go-0.16.0.tar.gz", + sha256 = "ee5fe78fe417c685ecb77a0a725dc9f6040ae5beb44a0ba4ddb55453aad23a8a", ) http_archive( name = "bazel_gazelle", - url = "https://github.com/bazelbuild/bazel-gazelle/releases/download/0.14.0/bazel-gazelle-0.14.0.tar.gz", - sha256 = "c0a5739d12c6d05b6c1ad56f2200cb0b57c5a70e03ebd2f7b87ce88cabf09c7b", + url = "https://github.com/bazelbuild/bazel-gazelle/releases/download/0.15.0/bazel-gazelle-0.15.0.tar.gz", + sha256 = "6e875ab4b6bf64a38c352887760f21203ab054676d9c1b274963907e0768740d", ) load("@io_bazel_rules_go//go:def.bzl", "go_rules_dependencies", "go_register_toolchains") go_rules_dependencies() |