Skip to content
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

Cant install buf fix or remove dependency from https://go.lsp.dev/jsonrpc2?go-get=1 #3609

Closed
martirosharutyunyan opened this issue Jan 27, 2025 · 2 comments
Labels
Bug Something isn't working

Comments

@martirosharutyunyan
Copy link

GitHub repository with your minimal reproducible example (do not leave this field blank or fill out this field with "github.com/bufbuild/buf" or we will automatically close your issue, see the instructions above!)

github.com/bufbuild/buf

Commands

buf generate

Output

[email protected]: unrecognized import path "go.opencensus.io": https fetch: Get "https://go.opencensus.io/?go-get=1": EOF

Expected Output

I expect it to work correctly please fix it

Anything else?

No response

@martirosharutyunyan martirosharutyunyan added the Bug Something isn't working label Jan 27, 2025
@emcfarlane
Copy link
Contributor

Hi @martirosharutyunyan this isn't reproducible, go get go.opencensus.io works. The command buf generate doesn't run in the root github.com/bufbuild/buf. Closing, please help by adding more information about your issue. Thanks

@jlosito
Copy link

jlosito commented Jan 28, 2025

@emcfarlane I think this issue might be related to go.lsp.dev being down. This project uses 2 dependencies from there, and users are unable to download the dependencies.

In my case, I have to set my GOPROXY=direct due to corporate firewall rules. When I run a go get for this project, I'm unable to retrieve all of the dependencies.

There's already open issues against the 2 projects that are hosted by go.lsp.dev.

go-language-server/jsonrpc2#28

Given that go.lsp.dev has been down for over a week already. It would probably be helpful to others who are using this project if the go.mod file would point all dependencies from go.lsp.dev directly from github.com.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants