Versions in this module Expand all Collapse all v0 v0.3.1 Aug 9, 2024 v0.3.0 Aug 8, 2024 Changes in this version + func StopDiscovery() (err error) + func Tidy(path string, goProxy string) (err error) + func Update(module *Module, goProxy string) + func Version(v *semver.Version) (version string) + type Module struct + Done bool + Err error + Name string + Next *semver.Version + Path string + Pick bool + This *semver.Version + func NewModule(path, name, this, next string) (m *Module) + func (m Module) NextVer() (version string) + func (m Module) String() (line string) + func (m Module) ThisVer() (version string) + type Modules []*Module + func StartDiscovery(path string, goProxy string) (modules Modules, err error) + func (m Modules) Pending() (count int)