aboutsummaryrefslogtreecommitdiff
path: root/go
diff options
context:
space:
mode:
authorEugene Kliuchnikov <eustas@google.com>2019-02-19 11:14:20 +0100
committerGitHub <noreply@github.com>2019-02-19 11:14:20 +0100
commit9cd01c0437e8b6010434d3491a348a5645de624b (patch)
treef99c535e82f3b912c56e57ed9ffd4367c531b3ba /go
parent8109882ecf1bdadf599d967f08a897a00a3ecd57 (diff)
downloadbrotli-9cd01c0437e8b6010434d3491a348a5645de624b.zip
brotli-9cd01c0437e8b6010434d3491a348a5645de624b.tar.gz
brotli-9cd01c0437e8b6010434d3491a348a5645de624b.tar.bz2
Update WORKSPACE files. (#742)
Diffstat (limited to 'go')
-rw-r--r--go/WORKSPACE8
1 files changed, 5 insertions, 3 deletions
diff --git a/go/WORKSPACE b/go/WORKSPACE
index 8a88c7e..dcb5615 100644
--- a/go/WORKSPACE
+++ b/go/WORKSPACE
@@ -5,12 +5,14 @@ local_repository(
path = "..",
)
+load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
+
http_archive(
name = "io_bazel_rules_go",
- urls = ["https://github.com/bazelbuild/rules_go/releases/download/0.12.0/rules_go-0.12.0.tar.gz"],
- sha256 = "c1f52b8789218bb1542ed362c4f7de7052abcf254d865d96fb7ba6d44bc15ee3",
+ urls = ["https://github.com/bazelbuild/rules_go/releases/download/0.17.0/rules_go-0.17.0.tar.gz"],
+ sha256 = "492c3ac68ed9dcf527a07e6a1b2dcbf199c6bf8b35517951467ac32e421c06c1",
)
-load("@io_bazel_rules_go//go:def.bzl", "go_rules_dependencies", "go_register_toolchains")
+load("@io_bazel_rules_go//go:deps.bzl", "go_rules_dependencies", "go_register_toolchains")
go_rules_dependencies()
go_register_toolchains()