golang.org/x/pkgsite/internal/fetch.FetchResult.GoModPath (field)

13 uses

	golang.org/x/pkgsite/internal/fetch (current package)
		fetch.go#L102: 	GoModPath            string
		fetch.go#L221: 	fr.GoModPath, goModBytes, err = getGoModPath(ctx, fr.ModulePath, fr.ResolvedVersion, proxyClient)
		fetchlocal.go#L86: 		fr.GoModPath = modulePath
		fetchlocal.go#L90: 		fr.GoModPath = modfile.ModulePath(goModBytes)
		fetchlocal.go#L91: 		if fr.GoModPath != modulePath && modulePath != "" {
		fetchlocal.go#L92: 			fr.Error = fmt.Errorf("module path=%s, go.mod path=%s: %w", modulePath, fr.GoModPath, derrors.AlternativeModule)
		fetchlocal.go#L97: 	if fr.GoModPath == "" {
		fetchlocal.go#L101: 	fr.ModulePath = fr.GoModPath
		fetchlocal.go#L103: 	zipReader, err := createZipReader(localPath, fr.GoModPath, LocalVersion)
		fetchlocal.go#L109: 	mod, pvs, err := processZipFile(ctx, fr.GoModPath, LocalVersion, LocalCommitTime, zipReader, sourceClient)

	golang.org/x/pkgsite/internal/frontend
		fetch.go#L578: 		GoModPath:        fr.GoModPath,

	golang.org/x/pkgsite/internal/worker
		fetch.go#L144: 		GoModPath:            ft.GoModPath,
		fetch.go#L354: 			GoModPath:        ft.GoModPath,