aboutsummaryrefslogtreecommitdiff
path: root/WORKSPACE
diff options
context:
space:
mode:
authorJay Conrod <jayconrod@google.com>2020-01-04 14:12:36 -0500
committerGitHub <noreply@github.com>2020-01-04 14:12:36 -0500
commit2996460c620ed18677856278c2144f18f8c5a39b (patch)
tree07a1f9e58924b5fd9eaed785bb5b4ef7d61c9805 /WORKSPACE
parent64c97b54ea2918fc7f1a59d68cd27d1fdb0bd663 (diff)
downloadbazelbuild-rules_go-2996460c620ed18677856278c2144f18f8c5a39b.tar.gz
Update dependencies (#2329)
Fixes #2328
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE22
1 files changed, 11 insertions, 11 deletions
diff --git a/WORKSPACE b/WORKSPACE
index 739ab69f..e0522b86 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -8,11 +8,11 @@ go_rules_dependencies()
go_register_toolchains()
-git_repository(
+http_archive(
name = "com_google_protobuf",
- commit = "09745575a923640154bcf307fba8aedff47f240a",
- remote = "https://github.com/protocolbuffers/protobuf",
- shallow_since = "1558721209 -0700",
+ sha256 = "b679cef31102ed8beddc39ecfd6368ee311cbee6f50742f13f21be7278781821",
+ strip_prefix = "protobuf-3.11.2",
+ urls = ["https://github.com/protocolbuffers/protobuf/releases/download/v3.11.2/protobuf-all-3.11.2.tar.gz"],
)
load("@com_google_protobuf//:protobuf_deps.bzl", "protobuf_deps")
@@ -41,11 +41,11 @@ llvm_toolchain(
http_archive(
name = "bazel_toolchains",
- sha256 = "5962fe677a43226c409316fcb321d668fc4b7fa97cb1f9ef45e7dc2676097b26",
- strip_prefix = "bazel-toolchains-be10bee3010494721f08a0fccd7f57411a1e773e",
+ sha256 = "e2126599d29f2028e6b267eba273dcc8e7f4a35ff323e9600cf42fb03875b7c6",
+ strip_prefix = "bazel-toolchains-2.0.0",
urls = [
- "https://mirror.bazel.build/github.com/bazelbuild/bazel-toolchains/archive/be10bee3010494721f08a0fccd7f57411a1e773e.tar.gz",
- "https://github.com/bazelbuild/bazel-toolchains/archive/be10bee3010494721f08a0fccd7f57411a1e773e.tar.gz",
+ "https://github.com/bazelbuild/bazel-toolchains/releases/download/2.0.0/bazel-toolchains-2.0.0.tar.gz",
+ "https://mirror.bazel.build/github.com/bazelbuild/bazel-toolchains/releases/download/2.0.0/bazel-toolchains-2.0.0.tar.gz",
],
)
@@ -64,10 +64,10 @@ bazel_skylib_workspace()
http_archive(
name = "bazel_gazelle",
- sha256 = "7fc87f4170011201b1690326e8c16c5d802836e3a0d617d8f75c3af2b23180c4",
+ sha256 = "86c6d481b3f7aedc1d60c1c211c6f76da282ae197c3b3160f54bd3a8f847896f",
urls = [
- "https://storage.googleapis.com/bazel-mirror/github.com/bazelbuild/bazel-gazelle/releases/download/0.18.2/bazel-gazelle-0.18.2.tar.gz",
- "https://github.com/bazelbuild/bazel-gazelle/releases/download/0.18.2/bazel-gazelle-0.18.2.tar.gz",
+ "https://storage.googleapis.com/bazel-mirror/github.com/bazelbuild/bazel-gazelle/releases/download/v0.19.1/bazel-gazelle-v0.19.1.tar.gz",
+ "https://github.com/bazelbuild/bazel-gazelle/releases/download/v0.19.1/bazel-gazelle-v0.19.1.tar.gz",
],
)