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

2 uses

	golang.org/x/pkgsite/internal/frontend (current package)
		imports.go#L38: func fetchImportsDetails(ctx context.Context, ds internal.DataSource, pkgPath, modulePath, resolvedVersion string) (_ *ImportsDetails, err error) {
		tabs.go#L87: 		return fetchImportsDetails(ctx, ds, um.Path, um.ModulePath, um.Version)