-
Notifications
You must be signed in to change notification settings - Fork 127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
go mod error #115
Comments
I had to pin the first option in the go.mod (add the line |
I get the same error:
The problem is that a module for the javascript parser for version 0.0.1 exists in the proxy service (see here https://pkg.go.dev/github.com/smacker/go-tree-sitter/javascript), so A workaround is just to deactivate the proxy and go directly to the source (github in this case):
@smacker do you know the way to get that module out of the proxy? It will be there annoying forever... |
This is the error Im getting upon running
go mod tidy
:The text was updated successfully, but these errors were encountered: