func golang.org/x/pkgsite/internal/fetch.getGoModPath

2 uses

	golang.org/x/pkgsite/internal/fetch (current package)
		fetch.go#L221: 	fr.GoModPath, goModBytes, err = getGoModPath(ctx, fr.ModulePath, fr.ResolvedVersion, proxyClient)
		fetch.go#L270: func getGoModPath(ctx context.Context, modulePath, resolvedVersion string, proxyClient *proxy.Client) (string, []byte, error) {