Skip to content

Commit f503450

Browse files
authored
Add missing load statements in setup.bzl (#1322)
1 parent 41b1fcf commit f503450

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main/starlark/core/repositories/setup.bzl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
load("@bazel_skylib//:workspace.bzl", "bazel_skylib_workspace")
1616
load("@com_google_protobuf//:protobuf_deps.bzl", "protobuf_deps")
1717
load("@rules_jvm_external//:defs.bzl", "maven_install")
18+
load("@rules_proto//proto:repositories.bzl", "rules_proto_dependencies")
19+
load("@rules_proto//proto:setup.bzl", "rules_proto_setup")
20+
load("@rules_proto//proto:toolchains.bzl", "rules_proto_toolchains")
1821

1922
def kt_configure():
2023
"""Setup dependencies."""

0 commit comments

Comments
 (0)