File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed
examples/build_file_generation Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -88,19 +88,6 @@ install_deps()
8888# Define an http_archive rule that will download the below ruleset,
8989# test the sha, and extract the ruleset to you local bazel cache.
9090
91- http_archive (
92- name = "bazel_skylib" ,
93- sha256 = "6e78f0e57de26801f6f564fa7c4a48dc8b36873e416257a92bbb0937eeac8446" ,
94- urls = [
95- "https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.8.2/bazel-skylib-1.8.2.tar.gz" ,
96- "https://github.com/bazelbuild/bazel-skylib/releases/download/1.8.2/bazel-skylib-1.8.2.tar.gz" ,
97- ],
98- )
99-
100- load ("@bazel_skylib//:workspace.bzl" , "bazel_skylib_workspace" )
101-
102- bazel_skylib_workspace ()
103-
10491http_archive (
10592 name = "io_bazel_rules_go" ,
10693 sha256 = "9d72f7b8904128afb98d46bbef82ad7223ec9ff3718d419afb355fddd9f9484a" ,
You can’t perform that action at this time.
0 commit comments