update

package
v0.0.100 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 5, 2025 License: MIT Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Update

func Update(dir string) error

func UpdateAll added in v0.0.85

func UpdateAll(dir string) error

UpdateAll reads the config, gets the LocalModules list, and updates dependencies to latest local tags

func UpdateReplaced added in v0.0.87

func UpdateReplaced(dir string) error

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL