Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func UpdateAll ¶ added in v0.0.85
UpdateAll reads the config, gets the LocalModules list, and updates dependencies to latest local tags
func UpdateReplaced ¶ added in v0.0.87
Types ¶
type ModuleUpdateInfo ¶ added in v0.0.87
type ModuleUpdateInfo struct {
ModulePath string // The module path (e.g., github.com/user/repo)
LocalPath string // Local filesystem path
CurrentVersion string // Current version in go.mod
LatestVersion string // Latest clean version (without prefix)
LatestTag string // Latest tag to update to
IsReplacement bool // Whether this is currently a replacement
}
ModuleUpdateInfo represents information about a module that needs updating
Click to show internal directories.
Click to hide internal directories.