func golang.org/x/pkgsite/internal/frontend.fetchVersionsDetails

2 uses

	golang.org/x/pkgsite/internal/frontend (current package)
		tabs.go#L85: 		return fetchVersionsDetails(ctx, ds, um.Path, um.ModulePath)
		versions.go#L84: func fetchVersionsDetails(ctx context.Context, ds internal.DataSource, fullPath, modulePath string) (*VersionsDetails, error) {