Skip to content

alihanyalcin/gomup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

28 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

gomUP ๐Ÿ†™

gomUP is a tool to keep track of outdated dependencies and upgrade them to the latest version. Designed for monorepo Go projects and Go projects that contain multiple modules.

gomUP UI

Install

Go to the releases page, and download the binaries for your operating system (macOS, Linux, and Windows).

Alternatively,
You can install it using go install:

go install github.com/alihanyalcin/gomup@latest

Or, use homebrew:

brew tap alihanyalcin/gomup
brew install gomup

Usage

gomup -p <project-directory-path>

After you hit the enter, gomUP starts to walk through your project directory path to find go modules. It may take a while to collect all modules and dependencies.