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

Unable to go get klauspot/compress/zstd #429

Closed
teresa-recursion opened this issue Sep 1, 2021 · 1 comment
Closed

Unable to go get klauspot/compress/zstd #429

teresa-recursion opened this issue Sep 1, 2021 · 1 comment

Comments

@teresa-recursion
Copy link

teresa-recursion commented Sep 1, 2021

I'm getting a new error when doing a go build for a project that has a klauspsost/compresss dependency.

cannot load github.com/klauspost/compress/zstd: github.com/klauspost/compress@v1.13.
1: reading https://proxy.golang.org/github.com/klauspost/compress/@v/v1.13.1.zip: 403 Forbidden 

I see that github.com/klauspost/compress/zstd exists, so I'm not sure why it's falling back on https://proxy.golang.org/github.com/klauspost/compress/@v/v1.13.1.zip and even then, when I navigate to that URL I download the zip successfully (although there is a 302).

I'm running go build in the golang:latest docker image.

go1.16.5
linux_amd64

Any ideas what could be going on here?

@klauspost
Copy link
Owner

@teresa-recursion Unfortunately I have no idea what is going on.

Maybe upgrade to v1.13.5

I see yo already created an issue: golang/go#48107

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

No branches or pull requests

2 participants