Versions in this module Expand all Collapse all v0 v0.1.1 Sep 16, 2026 v0.1.0 Sep 16, 2026 Changes in this version + var Version = "dev" + type BumpResult struct + Commands [][]string + Dep string + Err error + ExitCode int + Manager string + Package Package + Stderr string + Version string + type Bumper struct + func NewBumper(runner managers.Runner) (*Bumper, error) + func (b *Bumper) Bump(ctx context.Context, g *Graph, targets map[string]string) ([]BumpResult, error) + type CycleError struct + Members []Package + func (e *CycleError) Error() string + type DuplicateError struct + Ecosystem string + FirstDir string + Name string + SecondDir string + func (e *DuplicateError) Error() string + type ErrUnsupportedEcosystem struct + Ecosystem string + func (e *ErrUnsupportedEcosystem) Error() string + type Graph struct + Packages []Package + func Discover(dirs ...string) (*Graph, error) + func (g *Graph) Ecosystems() []string + func (g *Graph) Filter(ecosystem string) *Graph + func (g *Graph) Tiers() ([][]Package, error) + type Package struct + Deps []string + Dir string + Ecosystem string + Manifest string + Name string