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 55773ab commit d7f8501Copy full SHA for d7f8501
gazelle/deps.bzl
@@ -182,7 +182,7 @@ def go_deps():
182
)
183
http_archive(
184
name = "com_github_smacker_go_tree_sitter",
185
- build_file = "@rules_python_gazelle_plugin//:internal/smacker_BUILD.bazel",
+ build_file = Label("//:internal/smacker_BUILD.bazel"),
186
integrity = "sha256-4AkDY4Rh5Auu9Kwzhj5XYSirMLlhmd6ClMWo/r0kmu4=",
187
strip_prefix = "go-tree-sitter-dd81d9e9be82a8cac96ed1d50c7389c5f1997c02",
188
url = "https://github.com/smacker/go-tree-sitter/archive/dd81d9e9be82a8cac96ed1d50c7389c5f1997c02.zip",
0 commit comments