aboutsummaryrefslogtreecommitdiff
path: root/rules/licenses_core.bzl
diff options
context:
space:
mode:
Diffstat (limited to 'rules/licenses_core.bzl')
-rw-r--r--rules/licenses_core.bzl3
1 files changed, 3 insertions, 0 deletions
diff --git a/rules/licenses_core.bzl b/rules/licenses_core.bzl
index cf476a4..46b835c 100644
--- a/rules/licenses_core.bzl
+++ b/rules/licenses_core.bzl
@@ -18,6 +18,9 @@ load("@rules_license//rules:user_filtered_rule_kinds.bzl", "user_aspect_filters"
load(
"@rules_license//rules:providers.bzl",
"LicenseInfo",
+)
+load(
+ "@rules_license//rules:private/gathering_providers.bzl",
"LicensedTargetInfo",
"TransitiveLicensesInfo",
)