Skip to content

Commit 4ff54d1

Browse files
authored
remove redundant bazel_skylib
1 parent 36d31f6 commit 4ff54d1

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

examples/build_file_generation/WORKSPACE

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff 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-
10491
http_archive(
10592
name = "io_bazel_rules_go",
10693
sha256 = "9d72f7b8904128afb98d46bbef82ad7223ec9ff3718d419afb355fddd9f9484a",

0 commit comments

Comments
 (0)