Versions in this module Expand all Collapse all v0 v0.2.1 May 20, 2026 v0.2.0 May 19, 2026 Changes in this version type Dependency + Strip int v0.1.0 May 19, 2026 Changes in this version + type Cache struct + Output io.Writer + Subdir string + func New(subdir string) *Cache + func (c *Cache) Ensure(dep Dependency) (string, error) + func (c *Cache) Root() (string, error) + type Dependency struct + Format Format + Name string + SHA256 map[Platform]string + Subpath string + URLs map[Platform]string + Version string + func (d Dependency) CacheKey() string + func (d Dependency) Path(c *Cache) (string, error) + type Format int + const Binary + const TarGz + const Zip + type Platform struct + Arch string + OS string