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

proposal: mark packages with archived repositories deprecated #59844

Closed
goto1134 opened this issue Apr 26, 2023 · 1 comment
Closed

proposal: mark packages with archived repositories deprecated #59844

goto1134 opened this issue Apr 26, 2023 · 1 comment

Comments

@goto1134
Copy link

goto1134 commented Apr 26, 2023

If you search GitHub, you can find thousands of archived go repositories without a deprecation notice: https://github.com/search?q=path%3A%2Fgo%5C.mod%24%2F+AND+%28NOT+is%3Afork%29+AND+is%3Aarchived&type=code.
My search query: path:/go\.mod$/ AND (NOT is:fork) AND is:archived

Most of these packages are obsolete and should be deprecated. To deprecate them properly, the authors need to update their go.mod file and release a new version. It is not possible for archived repositories to be updated unless you unarchive them.

How do you think, should go proxies and go get/list mark modules from archived repositories deprecated automatically?

@gopherbot gopherbot added this to the Proposal milestone Apr 26, 2023
@seankhliao
Copy link
Member

Duplicate of #41126

@seankhliao seankhliao marked this as a duplicate of #41126 Apr 26, 2023
@seankhliao seankhliao closed this as not planned Won't fix, can't repro, duplicate, stale Apr 26, 2023
@golang golang locked and limited conversation to collaborators Apr 25, 2024
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

3 participants