Versions in this module Expand all Collapse all v0 v0.1.0 Sep 8, 2024 Changes in this version + const GoModFile + func AddReplacesForGoMod(modFilePath, pkgModDir string, descs []ModuleCacheDesc) error + func CopyDeps(pkgModDir string, descs []ModuleCacheDesc) error + func CopyDir(src, dst string) error + func CopyFile(src, dst string) (err error) + func ParseModFile(filename string) (fi *modfile.File, err error) + type ModuleCacheDesc struct + Dir string + Error string + GoMod string + GoModSum string + Info string + Path string + Sum string + Version string + Zip string + func GenModuleDepDesc(projectPath string) (descs []ModuleCacheDesc, err error) + func SelectModuleDescs(descs []ModuleCacheDesc, pathPat *regexp.Regexp) []ModuleCacheDesc