This is an automated email from the ASF dual-hosted git repository.
lizhanhui pushed a commit to branch cpp
in repository https://gitbox.apache.org/repos/asf/rocketmq-clients.git
The following commit(s) were added to refs/heads/cpp by this push:
new 8b947a4 Add io_bazel_rules_go mirror
8b947a4 is described below
commit 8b947a4b1ab035ce9ece8051cfd2e99a58a41b27
Author: Li Zhanhui <[email protected]>
AuthorDate: Fri Jul 1 13:42:07 2022 +0800
Add io_bazel_rules_go mirror
---
cpp/bazel/rocketmq_deps.bzl | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/cpp/bazel/rocketmq_deps.bzl b/cpp/bazel/rocketmq_deps.bzl
index e8196ea..b92d20d 100644
--- a/cpp/bazel/rocketmq_deps.bzl
+++ b/cpp/bazel/rocketmq_deps.bzl
@@ -176,4 +176,15 @@ def rocketmq_deps():
"https://github.com/bazelbuild/rules_swift/archive/refs/tags/0.27.0.tar.gz",
],
strip_prefix = "rules_swift-0.27.0",
+ )
+
+ maybe(
+ http_archive,
+ name = "io_bazel_rules_go",
+ sha256 =
"685052b498b6ddfe562ca7a97736741d87916fe536623afb7da2824c0211c369",
+ urls = [
+
"https://shutian.oss-cn-hangzhou.aliyuncs.com/cdn/rules-go/rules_go-v0.33.0.zip",
+
"https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.33.0/rules_go-v0.33.0.zip",
+
"https://github.com/bazelbuild/rules_go/releases/download/v0.33.0/rules_go-v0.33.0.zip",
+ ],
)
\ No newline at end of file