1 Star 0 Fork 0

noahwang/buildtools

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
WORKSPACE 1.20 KB
一键复制 编辑 原始数据 按行查看 历史
workspace(name = "com_github_bazelbuild_buildtools")
git_repository(
name = "io_bazel_rules_go",
# 0.11.1
commit = "12fa5fd88725c9033fc7c37ec0f04b64a9519f49",
remote = "https://github.com/bazelbuild/rules_go.git",
)
http_archive(
name = "bazel_gazelle",
sha256 = "92a3c59734dad2ef85dc731dbcb2bc23c4568cded79d4b87ebccd787eb89e8d0",
url = "https://github.com/bazelbuild/bazel-gazelle/releases/download/0.11.0/bazel-gazelle-0.11.0.tar.gz",
)
load(
"@io_bazel_rules_go//go:def.bzl",
"go_rules_dependencies",
"go_register_toolchains",
)
load("@bazel_gazelle//:deps.bzl", "gazelle_dependencies", "go_repository")
gazelle_dependencies()
go_rules_dependencies()
go_register_toolchains()
# used for build.proto
http_archive(
name = "io_bazel",
sha256 = "e5321afb93e75cfb55f6f9c34d44f15230f8103677aa48a76ce3e868ee490d8e",
strip_prefix = "bazel-0.11.1",
urls = [
"http://mirror.bazel.build/github.com/bazelbuild/bazel/archive/0.11.1.tar.gz",
"https://github.com/bazelbuild/bazel/archive/0.11.1.tar.gz",
],
)
go_repository(
name = "skylark_syntax",
commit = "ede9b31f30c07f7081ae3c112b223d024c7f7a15",
importpath = "github.com/google/skylark",
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/inoah/buildtools.git
git@gitee.com:inoah/buildtools.git
inoah
buildtools
buildtools
master

搜索帮助