Versions in this module Expand all Collapse all v0 v0.1.156 Apr 24, 2026 v0.1.155 Apr 24, 2026 Changes in this version + type Options struct + DryRun bool + IncludeMajor bool + Only []string + type Result struct + Changes []*builderv0.UpgradeChange + LockfileDiff string + func Docker(ctx context.Context, image string, opts Options) (*Result, error) + func Golang(ctx context.Context, dir string, opts Options) (*Result, error) + func Node(ctx context.Context, dir string, opts Options) (*Result, error) + func Python(ctx context.Context, dir string, opts Options) (*Result, error)