x/pkgsite: add statistics about module usage #39783
Labels
FeatureRequest
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
pkgsite
UX
Issues that involve UXD/UXR input
Milestone
Thanks for the great work on
go.dev
website!A given package has a "Imports" and "Imported By" tab, which allows you to get a sense of the dependency graph for a single package.
I propose adding a similar feature for modules, such that it would gain a "Requires" and a "Required By" tab that similarly presents the following information:
github.com/golang/protobuf
depends on 3 other modules. I'd expect these to be readily displayed without needing to go to thego.mod
file.github.com/golang/protobuf
module is required by 8577 modules. I'd like to see this number and get a brief sample of some of these modules.At the present moment, I obtain such information through a series of expensive queries on the module proxy.
The text was updated successfully, but these errors were encountered: