Go to file
sudo pacman -Syu 4e45af207e chore: fix goreleaser 2024-06-10 01:56:10 +07:00
.github chore: fix goreleaser 2024-06-10 01:56:10 +07:00
cmd/update-go-mod build: bump go-github to v62 2024-05-11 10:22:34 +07:00
internal/cli feat: add flag force-indirect 2024-06-06 01:13:22 +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: sync golangci-lint config 2024-05-11 10:22:59 +07:00
.goreleaser.yml chore: fix goreleaser 2024-06-10 01:48:51 +07:00
CHANGELOG.md chore(changelog): generate v0.7.2 2024-06-10 01:49:40 +07:00
LICENSE chore: add license MIT 2022-07-22 23:01:17 +07:00
Makefile chore: disable go install 2024-03-21 15:00:05 +07:00
README.md chore: add badges 2023-09-23 14:11:25 +07:00
go.mod chore(deps): bump golang.org/x/oauth2 from 0.20.0 to 0.21.0 (#59) 2024-06-05 10:04:10 +07:00
go.sum chore(deps): bump golang.org/x/oauth2 from 0.20.0 to 0.21.0 (#59) 2024-06-05 10:04:10 +07:00

README.md

update-go-mod

Go Latest Version

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 (example) 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 anything
update-go-mod --dry-run

# Take a look
# Require GitHub access token in ~/.netrc
update-go-mod overlook

Thanks