Skip to content

Commit

Permalink
Actually download the right archive
Browse files Browse the repository at this point in the history
  • Loading branch information
hlopko committed Mar 20, 2019
1 parent 70582c0 commit 6181c87
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions WORKSPACE
Expand Up @@ -56,13 +56,13 @@ http_archive(
# Go rules and proto support
http_archive(
name = "io_bazel_rules_go",
sha256 = "77dfd303492f2634de7a660445ee2d3de2960cbd52f97d8c0dffa9362d3ddef9",
strip_prefix = "rules_go-0.18.1",
urls = [
"https://mirror.bazel.build/github.com/bazelbuild/rules_go/archive/0.18.1.tar.gz",
"https://github.com/bazelbuild/rules_go/archive/0.18.1.tar.gz",
"https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/0.18.1/rules_go-0.18.1.tar.gz",
"https://github.com/bazelbuild/rules_go/releases/download/0.18.1/rules_go-0.18.1.tar.gz",
],
sha256 = "77dfd303492f2634de7a660445ee2d3de2960cbd52f97d8c0dffa9362d3ddef9",
)
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()

0 comments on commit 6181c87

Please sign in to comment.