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

3 uses

	golang.org/x/pkgsite/internal/fetch (current package)
		latest.go#L47: func LatestModuleVersions(ctx context.Context, modulePath string, prox *proxy.Client, hasGoMod func(v string) (bool, error)) (info *internal.LatestModuleVersions, err error) {

	golang.org/x/pkgsite/internal/proxydatasource
		datasource.go#L112: 		lmv, err := fetch.LatestModuleVersions(ctx, modulePath, ds.proxyClient, nil)

	golang.org/x/pkgsite/internal/worker
		fetch.go#L418: 	lmv, err := fetch.LatestModuleVersions(ctx, modulePath, f.ProxyClient, func(v string) (bool, error) {