aboutsummaryrefslogtreecommitdiff
path: root/bindings/go/binding_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'bindings/go/binding_test.go')
-rw-r--r--bindings/go/binding_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/bindings/go/binding_test.go b/bindings/go/binding_test.go
index c4efff1..6e7fa2e 100644
--- a/bindings/go/binding_test.go
+++ b/bindings/go/binding_test.go
@@ -3,8 +3,8 @@ package tree_sitter_gsp_test
import (
"testing"
- tree_sitter "github.com/smacker/go-tree-sitter"
- "github.com/tree-sitter/tree-sitter-gsp"
+ tree_sitter "github.com/tree-sitter/go-tree-sitter"
+ tree_sitter_gsp "github.com/tree-sitter/tree-sitter-gsp/bindings/go"
)
func TestCanLoadGrammar(t *testing.T) {