fix(bindings): update go bindings
This commit is contained in:
parent
b5e4ef6d9a
commit
2150c91114
2 changed files with 4 additions and 4 deletions
|
|
@ -3,8 +3,8 @@ package tree_sitter_PARSER_NAME_test
|
|||
import (
|
||||
"testing"
|
||||
|
||||
tree_sitter "github.com/smacker/go-tree-sitter"
|
||||
"github.com/tree-sitter/tree-sitter-PARSER_NAME"
|
||||
tree_sitter "github.com/tree-sitter/go-tree-sitter"
|
||||
tree_sitter_PARSER_NAME "github.com/tree-sitter/tree-sitter-PARSER_NAME/bindings/go"
|
||||
)
|
||||
|
||||
func TestCanLoadGrammar(t *testing.T) {
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
module github.com/tree-sitter/tree-sitter-PARSER_NAME
|
||||
|
||||
go 1.22
|
||||
go 1.23
|
||||
|
||||
require github.com/smacker/go-tree-sitter v0.0.0-20230720070738-0d0a9f78d8f8
|
||||
require github.com/tree-sitter/go-tree-sitter v0.23
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue