Skip to content

Commit 27aaec4

Browse files
committed
hmm...
1 parent c3c2a13 commit 27aaec4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gazelle/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ http_archive = use_repo_rule("@bazel_tools//tools/build_defs/repo:http.bzl", "ht
3232

3333
http_archive(
3434
name = "com_github_smacker_go_tree_sitter",
35-
build_file = "//:internal/smacker_BUILD.bazel",
35+
build_file = "@rules_python_gazelle_plugin//:internal/smacker_BUILD.bazel",
3636
integrity = "sha256-4AkDY4Rh5Auu9Kwzhj5XYSirMLlhmd6ClMWo/r0kmu4=",
3737
strip_prefix = "go-tree-sitter-dd81d9e9be82a8cac96ed1d50c7389c5f1997c02",
3838
url = "https://github.com/smacker/go-tree-sitter/archive/dd81d9e9be82a8cac96ed1d50c7389c5f1997c02.zip",

gazelle/deps.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ def go_deps():
121121
)
122122
http_archive(
123123
name = "com_github_smacker_go_tree_sitter",
124-
build_file = "//:internal/smacker_BUILD.bazel",
124+
build_file = "@rules_python_gazelle_plugin//:internal/smacker_BUILD.bazel",
125125
integrity = "sha256-4AkDY4Rh5Auu9Kwzhj5XYSirMLlhmd6ClMWo/r0kmu4=",
126126
strip_prefix = "go-tree-sitter-dd81d9e9be82a8cac96ed1d50c7389c5f1997c02",
127127
url = "https://github.com/smacker/go-tree-sitter/archive/dd81d9e9be82a8cac96ed1d50c7389c5f1997c02.zip",

0 commit comments

Comments
 (0)