package
0.0.0-20241115071955-9fe296339882
Repository: https://github.com/masa213f/tools.git
Documentation: pkg.go.dev

# README

update-gomod

update-gomod is a command line tool to update go modules. This tool updates direct dependencies listed in go.mod one by one using go get -d <packages>.

Usage

$ go install github.com/masa213f/tools/cmd/update-gomod@latest
$ cd <directory containing go.mod>
$ update-gomod