Skip to content

Commit d102fdc

Browse files
committed
fix workspace
1 parent 796482e commit d102fdc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gazelle/deps.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,9 +185,9 @@ def go_deps():
185185
go_repository(
186186
name = "com_github_smacker_go_tree_sitter",
187187
importpath = "github.com/smacker/go-tree-sitter",
188-
sum = "h1:6C8qej6f1bStuePVkLSFxoU22XBS165D3klxlzRg8F4=",
189-
version = "v0.0.0-20240827094217-dd81d9e9be82",
190188
remote = "https://github.com/dougthor42/go-tree-sitter",
189+
commit = "71e8858be7ad43fb866e2daabe83e95e6eff91bd",
190+
vcs = "git",
191191
)
192192
go_repository(
193193
name = "com_github_stretchr_objx",

0 commit comments

Comments
 (0)