Versions in this module Expand all Collapse all v0 v0.26.18 Sep 7, 2018 Changes in this version + func DoDownload(download *core.DownloadConfig) error + func DoDownloads(downloads []*core.DownloadConfig, logger api.Logger) error + func DoUnpack(download *core.DownloadConfig, targetDir string) error + func FromLocalArchive(path *paths.Path, dep *core.Dependency) (bool, error) + func FromLocalReleaseJson(path *paths.Path, dep *core.Dependency) (bool, error) + func UnpackTar(file, targetDir string, reader io.Reader) error + func UnpackTarFile(file, targetDir string) error + func UnpackTarReader(tarReader *tar.Reader, targetDir string) error + func UnpackTgzFile(file, targetDir string) error + func UnpackZipFile(zipFile, targetDir string) error