You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
dependabot[bot] 97a6c8ff8a chore(deps): bump github.com/urfave/cli/v2 from 2.24.4 to 2.25.0 2 weeks ago
.github chore: bump go 1.20 github action 4 weeks ago
cmd/update-go-mod feat: update go.mod 8 months ago
internal/cli chore: format file 4 weeks ago
.deps feat: ignore containing modules 7 months ago
.gitignore feat: update go.mod 8 months ago
.golangci.yml chore: update lint 4 weeks ago
.goreleaser.yml chore: update github action 7 months ago
CHANGELOG.md chore(changelog): generate v0.5.0 4 weeks ago
LICENSE chore: add license MIT 8 months ago
Makefile chore: update make 4 weeks ago
README.md chore: add install, guide in readme 8 months ago
go.mod chore(deps): bump github.com/urfave/cli/v2 from 2.24.4 to 2.25.0 2 weeks ago
go.sum chore(deps): bump github.com/urfave/cli/v2 from 2.24.4 to 2.25.0 2 weeks ago

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