Go to file
sudo pacman -Syu 58bd20ce36 chore(changelog): generate v0.5.0 2023-02-25 23:15:30 +07:00
.github chore: bump go 1.20 github action 2023-02-25 23:09:53 +07:00
cmd/update-go-mod feat: update go.mod 2022-07-22 21:09:34 +07:00
internal/cli chore: format file 2023-02-25 23:14:43 +07:00
.deps feat: ignore containing modules 2022-08-24 23:04:42 +07:00
.gitignore feat: update go.mod 2022-07-22 21:09:34 +07:00
.golangci.yml chore: fix lint 2023-02-25 23:11:10 +07:00
.goreleaser.yml chore: update github action 2022-08-16 10:50:36 +07:00
CHANGELOG.md chore(changelog): generate v0.5.0 2023-02-25 23:15:30 +07:00
LICENSE chore: add license MIT 2022-07-22 23:01:17 +07:00
Makefile chore: format file 2023-02-25 23:14:43 +07:00
README.md chore: add install, guide in readme 2022-07-22 23:11:07 +07:00
go.mod chore(deps): bump golang.org/x/sys 2023-02-25 16:52:17 +07:00
go.sum chore(deps): bump golang.org/x/sys 2023-02-25 16:52:17 +07: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