-
Notifications
You must be signed in to change notification settings - Fork 18.3k
Open
Labels
NeedsDecisionFeedback is required from experts, contributors, and/or the community before a change can be made.Feedback is required from experts, contributors, and/or the community before a change can be made.pkgsiteproxy.golang.org
Milestone
Description
Currently, the go.mod link in the details section is linked to the source repository's go.mod file.
Example: https://pkg.go.dev/github.com/pedroalbanese/[email protected]
But it's not guaranteed that the source still hosts the file or the same content.
Instead use the link to the proxy.golang.org's .mod endpoint. For example,
https://proxy.golang.org/<proxy-protocol-encoded-module-path>/@v/<canonical-version>.mod
Metadata
Metadata
Assignees
Labels
NeedsDecisionFeedback is required from experts, contributors, and/or the community before a change can be made.Feedback is required from experts, contributors, and/or the community before a change can be made.pkgsiteproxy.golang.org