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: package removal request for pkg.berachain.dev/polaris #58974

Closed
itsdevbear opened this issue Mar 10, 2023 · 4 comments
Closed

x/pkgsite: package removal request for pkg.berachain.dev/polaris #58974

itsdevbear opened this issue Mar 10, 2023 · 4 comments
Labels
FrozenDueToAge pkgsite/package-removal Issues for package removal. See https://pkg.go.dev/about#removing-a-package pkgsite WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided.
Milestone

Comments

@itsdevbear
Copy link

itsdevbear commented Mar 10, 2023

pkg.berachain.dev/polaris

Just the one above.

Are you the owner of this package?

Yes: github.com/berachain/polaris

What is the reason that you could not retract this package instead?

We are getting a dependency conflict since pkg.berachain.dev/polaris shares a prefix with other packages we need to utilize.

i.e pkg.berachain.dev/polaris/build,eth etc.

pkg.go.dev won't update to see the new packages that are being pushed up https://pkg.berachain.dev/ since it thinks those packages are folders in the root package.

@gopherbot gopherbot added this to the Unreleased milestone Mar 10, 2023
@seankhliao
Copy link
Member

Your go-import meta directives look wrong:
from https://go.dev/ref/mod#vcs-find

<meta name="go-import" content="root-path vcs repo-url">

root-path is the repository root path, the portion of the module path that corresponds to the repository’s root directory. It must be a prefix or an exact match of the requested module path. If it’s not an exact match, another request is made for the prefix to verify the tags match.

While your response contains:

<meta name="go-import" content="pkg.berachain.dev/polaris/build git https://github.com/berachain/polaris">

@seankhliao seankhliao added WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided. pkgsite/package-removal Issues for package removal. See https://pkg.go.dev/about#removing-a-package labels Mar 11, 2023
@itsdevbear
Copy link
Author

@seankhliao resolved. Do I need to wait for pkg.go.dev to update?

@itsdevbear
Copy link
Author

Updated tags @seankhliao

<title>pkg.berachain.dev/polaris/playground</title>
<meta name="go-import" content="pkg.berachain.dev/polaris git https://github.com/berachain/polaris">
<meta name="go-source" content="pkg.berachain.dev/polaris https://github.com/berachain/polaris https://github.com/berachain/polaris/tree/main{/dir} https://github.com/berachain/polaris/blob/main{/dir}/{file}#L{line}">
<style>

@seankhliao
Copy link
Member

getting the module should just work, eg https://pkg.go.dev/pkg.berachain.dev/polaris/eth

@golang golang locked and limited conversation to collaborators Mar 18, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge pkgsite/package-removal Issues for package removal. See https://pkg.go.dev/about#removing-a-package pkgsite WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided.
Projects
None yet
Development

No branches or pull requests

3 participants