Versions in this module Expand all Collapse all v0 v0.2.0 Jun 29, 2026 v0.1.0 Oct 18, 2025 Changes in this version + func ExtractFilename(path string) string + func OutputJSON(w io.Writer, data interface{}) error + func OutputYAML(w io.Writer, data interface{}) error + type CheckResponse struct + Results map[string]*updater.UpdateResult + Summary CheckSummary + type CheckSummary struct + Errors int + Manual int + TotalPackages int + UpdatesAvailable int + type GoBumpResponse struct + Results map[string]*gobump.GoBumpResult + Summary GoBumpSummary + type GoBumpSummary struct + Errors int + PackagesFixed int + PackagesWithVulns int + TotalPackages int + TotalVulnsFixed int + TotalVulnsFound int + type UpdateResponse struct + Results map[string]*updater.ApplyResult + Summary UpdateSummary + type UpdateSummary struct + Errors int + Manual int + SuccessfulUpdates int + TotalPackages int