func golang.org/x/pkgsite/internal/version.Latest

3 uses

	golang.org/x/pkgsite/internal/version (current package)
		version.go#L200: func Latest(versions []string, hasGoMod func(v string) (bool, error)) (v string, err error) {

	golang.org/x/pkgsite/internal/fetch
		latest.go#L112: 	rawLatest, err := version.Latest(versions, hasGoModFunc)
		latest.go#L136: 		lmv.CookedVersion, err = version.Latest(unretractedVersions, hasGoModFunc)