-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
sum.golang.org: bitbucket 410 Gone #34528
Comments
@guybrand Can you help me? |
Try setting |
Yes this is the solution: check it: $ go mod vendor Thank you very much! |
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
YES
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
I have a go module project that uses an other module, witch is in out private bitbucket.
$ go mod vendor verifying bitbucket.org/vauwede/server-log@v0.2.1/go.mod: bitbucket.org/vauwede/server-log@v0.2.1/go.mod: reading https://sum.golang.org/lookup/bitbucket.org/vauwede/server-log@v0.2.1: 410 Gone
What did you expect to see?
No errors.
What did you see instead?
verifying bitbucket.org/vauwede/server-log@v0.2.1/go.mod: bitbucket.org/vauwede/server-log@v0.2.1/go.mod: reading https://sum.golang.org/lookup/bitbucket.org/vauwede/server-log@v0.2.1: 410 Gone
I also called the URL https://sum.golang.org/lookup/bitbucket.org/vauwede/server-log@v0.2.1 direcly and see:
not found: reading https://api.bitbucket.org/2.0/repositories/vauwede/server-log?fields=scm: 403 Forbidden
With go v1.12 all this works correctly.
I think the private repo should not go over https://sum.golang.org I also tried
GOPRIVATE=bitbucket.org/vauwede/*
but without any success.
The text was updated successfully, but these errors were encountered: