Skip to content

Commit

Permalink
Update the dependencies for the Gazelle rules (#30)
Browse files Browse the repository at this point in the history
Add two missing rule dependencies.
  • Loading branch information
tjoneslo authored May 25, 2022
1 parent f1b987e commit efa25bf
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,14 @@ def contrib_rules_jvm_gazelle_deps():
],
)

maybe(
http_archive,
name = "com_github_bazelbuild_buildtools",
sha256 = "d368c47bbfc055010f118efb2962987475418737e901f7782d2a966d1dc80296",
strip_prefix = "buildtools-4.2.5",
url = "https://github.com/bazelbuild/buildtools/archive/4.2.5.tar.gz",
)

maybe(
http_archive,
name = "io_bazel_rules_go",
Expand All @@ -79,6 +87,14 @@ def contrib_rules_jvm_gazelle_deps():
],
)

maybe(
http_archive,
name = "io_grpc_grpc_java",
sha256 = "e3781bcab2a410a7cd138f13b2e6a643e111575f6811b154c570f4d020e87507",
strip_prefix = "grpc-java-1.44.0",
urls = ["https://github.com/grpc/grpc-java/archive/v1.44.0.tar.gz"],
)

maybe(
http_archive,
name = "rules_proto",
Expand Down

0 comments on commit efa25bf

Please sign in to comment.