alihanyalcin / gomup

Go Module Dependency Upgrade Tool πŸ†™

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Go Module Dependency Upgrade Tool πŸ†™

License:MIT License


Languages

Language:Go 100.0%