diff --git a/bindings/go/binding_test.go b/bindings/go/binding_test.go index f1a2608..ccc190f 100644 --- a/bindings/go/binding_test.go +++ b/bindings/go/binding_test.go @@ -4,7 +4,7 @@ import ( "testing" tree_sitter "github.com/tree-sitter/go-tree-sitter" - tree_sitter_c_sharp "github.com/tree-sitter/tree-sitter-c_sharp/bindings/go" + tree_sitter_c_sharp "github.com/tree-sitter/tree-sitter-c-sharp/bindings/go" ) func TestCanLoadGrammar(t *testing.T) { diff --git a/go.mod b/go.mod index d855923..ac05d37 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/tree-sitter/tree-sitter-c_sharp +module github.com/tree-sitter/tree-sitter-c-sharp go 1.23