We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0943375 commit 8081ca6Copy full SHA for 8081ca6
1 file changed
gazelle/BUILD.bazel
@@ -15,6 +15,10 @@ go_library(
15
"std_modules.go",
16
"target.go",
17
],
18
+ data = [
19
+ ":parse",
20
+ ":std_modules",
21
+ ],
22
importpath = "github.com/bazelbuild/rules_python/gazelle",
23
visibility = ["//visibility:public"],
24
deps = [
0 commit comments