Go to file
sudo pacman -Syu e49cf9eb9e
Merge pull request #1 from haunt98/dependabot/go_modules/github.com/urfave/cli/v2-2.11.2
chore(deps): bump github.com/urfave/cli/v2 from 2.11.1 to 2.11.2
2022-08-14 21:04:34 -07:00
.github chore: use github action 2022-07-22 21:29:13 +07:00
cmd/update-go-mod feat: update go.mod 2022-07-22 21:09:34 +07:00
internal/cli fix: no need wrap git commit message in "" 2022-07-22 22:52:53 +07:00
.deps feat: update go.mod 2022-07-22 21:09:34 +07:00
.gitignore feat: update go.mod 2022-07-22 21:09:34 +07:00
.golangci.yml feat: update go.mod 2022-07-22 21:09:34 +07:00
.goreleaser.yml chore: missing goreleaser config 2022-07-22 21:48:07 +07:00
CHANGELOG.md chore(changelog): generate v0.2.1 2022-07-22 23:16:24 +07:00
LICENSE chore: add license MIT 2022-07-22 23:01:17 +07:00
Makefile chore: add Makefile 2022-07-22 21:10:04 +07:00
README.md chore: add install, guide in readme 2022-07-22 23:11:07 +07:00
go.mod chore(deps): bump github.com/urfave/cli/v2 from 2.11.1 to 2.11.2 2022-08-15 02:45:44 +00:00
go.sum chore(deps): bump github.com/urfave/cli/v2 from 2.11.1 to 2.11.2 2022-08-15 02:45:44 +00:00

README.md

update-go-mod

Only upgrade specific subset not all modules.

Install

Should use Go version >= 1.16:

go install github.com/haunt98/update-go-mod/cmd/update-go-mod@latest

Usage

Create local file .deps or use url depends on your use case:

# Default read from .deps
update-go-mod

# Read from URL
update-go-mod --deps-url "https://example.txt"

# Don't do anythin
update-go-mod --dry-run

Thanks