Skip to content

fix: go module path#150

Open
kitagry wants to merge 1 commit intotakegue:mainfrom
kitagry:fix-go-modules
Open

fix: go module path#150
kitagry wants to merge 1 commit intotakegue:mainfrom
kitagry:fix-go-modules

Conversation

@kitagry
Copy link

@kitagry kitagry commented Nov 12, 2025

When I use the Go bindings, I get the following error.

$ go get github.com/takegue/tree-sitter-sql-bigquery/bindings/go
go: downloading github.com/takegue/tree-sitter-sql-bigquery/bindings/go v0.0.0-20250126192726-c0c4f0ed7b87
go: github.com/takegue/tree-sitter-sql-bigquery/bindings/go@upgrade (v0.0.0-20250126192726-c0c4f0ed7b87) requires github.com/takegue/tree-sitter-sql-bigquery/bindings/go@v0.0.0-20250126192726-c0c4f0ed7b87: parsing go.mod:
        module declares its path as: github.com/tree-sitter/tree-sitter-sql_bigquery
                but was required as: github.com/takegue/tree-sitter-sql-bigquery/bindings/go

So, I changed go.mod module from github.com/tree-sitter/tree-sitter-sql_bigquery to github.com/takegue/tree-sitter-sql-bigquery/bindings/go

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant