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

x/pkgsite: transferring ownership of github repo results in "not a valid package or module" on go.pkg.dev #40506

Closed
michaelperel opened this issue Jul 31, 2020 · 1 comment

Comments

@michaelperel
Copy link

michaelperel commented Jul 31, 2020

What is the URL of the page with the issue?

https://pkg.go.dev/github.com/safe-waters/docker-lock

What is your user agent?

Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36 Edg/80.0.361.66

Screenshot

Screen Shot 2020-07-31 at 12 23 36 AM

What did you do?

Recently, I transferred ownership of a github repository from "github.com/michaelperel/docker-lock" to "github.com/safe-waters/docker-lock" and renamed all appropriate packages.

I followed the instructions on adding the package to pkg.go.dev. Specifically, I ran

GOPROXY=https://proxy.golang.org GO111MODULE=on go get github.com/safe-waters/docker-lock@v0.5.3

This command succeeds, and other projects with go modules can use this module.

However, on go.pkg.dev, I receive a strange error that github.com/safe-waters/docker-lock is not a valid go module.

What did you expect to see?

Documentation for github.com/safe-waters/docker-lock identical to documentation for github.com/michaelperel/docker-lock.

What did you see instead?

go.pkg.dev displays "is not a valid package or module" error.

@gopherbot gopherbot added this to the Unreleased milestone Jul 31, 2020
@michaelperel
Copy link
Author

Closing as the issue resolved itself after a few hours

@golang golang locked and limited conversation to collaborators Jul 31, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants