Skip to content

Commit 8081ca6

Browse files
authored
Add runtime dependencies to gazelle extension (#993)
1 parent 0943375 commit 8081ca6

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

gazelle/BUILD.bazel

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ go_library(
1515
"std_modules.go",
1616
"target.go",
1717
],
18+
data = [
19+
":parse",
20+
":std_modules",
21+
],
1822
importpath = "github.com/bazelbuild/rules_python/gazelle",
1923
visibility = ["//visibility:public"],
2024
deps = [

0 commit comments

Comments
 (0)