fix(bindings): update go bindings

This commit is contained in:
Amaan Qureshi 2024-08-23 23:27:28 -04:00
parent b5e4ef6d9a
commit 2150c91114
2 changed files with 4 additions and 4 deletions

View file

@ -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) {

View file

@ -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