func golang.org/x/pkgsite/internal/source.moduleInfoDynamic

2 uses

	golang.org/x/pkgsite/internal/source (current package)
		source.go#L277: 		info, err = moduleInfoDynamic(ctx, client, modulePath, version)
		source.go#L373: func moduleInfoDynamic(ctx context.Context, client *Client, modulePath, version string) (_ *Info, err error) {