Releases: haunt98/update-go-mod
Releases · haunt98/update-go-mod
v0.6.4
v0.6.3
Changelog
- e2c1868: chore(deps): bump golang.org/x/oauth2 from 0.8.0 to 0.11.0 (@dependabot[bot])
- 439aa1b: chore(changelog): generate v0.6.3 (@haunt98)
v0.6.2
v0.6.1
v0.6.0
Changelog
- 0e2ed5b: chore: run go mod tidy first (@haunt98)
- 0175252: chore: update lint (@haunt98)
- 18b73f2: chore: update make (@haunt98)
- 97a6c8f: chore(deps): bump github.com/urfave/cli/v2 from 2.24.4 to 2.25.0 (@dependabot[bot])
- 0b5d1d7: chore: update dependabot (@haunt98)
- 2f01480: chore(deps): bump goreleaser/goreleaser-action from 3 to 4 (@dependabot[bot])
- 2fa5a8e: chore(deps): bump actions/setup-go from 3 to 4 (@dependabot[bot])
- 1fd238d: chore(deps): bump github.com/urfave/cli/v2 from 2.25.0 to 2.25.1 (@dependabot[bot])
- 7e5c30c: chore(deps): bump github.com/urfave/cli/v2 from 2.25.1 to 2.25.2 (@dependabot[bot])
- ee0ca06: chore(deps): bump github.com/urfave/cli/v2 from 2.25.2 to 2.25.3 (@dependabot[bot])
- 140d16c: chore(deps): bump github.com/urfave/cli/v2 from 2.25.3 to 2.25.4 (@dependabot[bot])
- 1dbff78: chore(deps): bump github.com/urfave/cli/v2 from 2.25.4 to 2.25.5 (@dependabot[bot])
- 51ccccc: chore(deps): bump github.com/urfave/cli/v2 from 2.25.5 to 2.25.6 (@dependabot[bot])
- d829a4e: chore(deps): bump github.com/urfave/cli/v2 from 2.25.6 to 2.25.7 (@dependabot[bot])
- eb994a0: chore: sync golangci-lint (@haunt98)
- f56394b: chore: update github action (@haunt98)
- 5e92e2f: chore(deps): bump github.com/make-go-great/color-go from 0.4.1 to 0.5.0 (@dependabot[bot])
- af2cde4: feat: add github client (@haunt98)
- 7927f61: feat: print star of module (@haunt98)
- 22d16a8: feat: print consistency with tabwriter (@haunt98)
- 4d1cae4: feat: make github client optional (@haunt98)
- e1b7749: refactor: move init github client (@haunt98)
- f9aed5b: feat: use conc pool to speed up (@haunt98)
- fe0097a: chore(changelog): generate v0.6.0 (@haunt98)
v0.5.0
Changelog
- 4031657: chore(deps): bump github.com/urfave/cli/v2 from 2.19.2 to 2.20.2 (@dependabot[bot])
- 357f77d: chore(deps): bump github.com/urfave/cli/v2 from 2.20.2 to 2.20.3 (@dependabot[bot])
- a523ed9: chore(deps): bump github.com/urfave/cli/v2 from 2.20.3 to 2.23.0 (@dependabot[bot])
- 702a5d8: chore(deps): bump github.com/urfave/cli/v2 from 2.23.0 to 2.23.4 (@dependabot[bot])
- 5329a8a: chore(deps): bump github.com/urfave/cli/v2 from 2.23.4 to 2.23.5 (@dependabot[bot])
- 3025d43: chore(deps): bump github.com/urfave/cli/v2 from 2.23.5 to 2.23.6 (@dependabot[bot])
- bedc7b0: chore(deps): bump github.com/urfave/cli/v2 from 2.23.6 to 2.23.7 (@dependabot[bot])
- e498d1d: chore(deps): bump github.com/urfave/cli/v2 from 2.23.7 to 2.24.1 (@dependabot[bot])
- fcccd9f: chore(deps): bump github.com/urfave/cli/v2 from 2.24.1 to 2.24.2 (@dependabot[bot])
- a34620e: chore(deps): bump github.com/urfave/cli/v2 from 2.24.2 to 2.24.3 (@dependabot[bot])
- 39eba76: chore(deps): bump github.com/urfave/cli/v2 from 2.24.3 to 2.24.4 (@dependabot[bot])
- aae5e59: chore(deps): bump golang.org/x/sys (@dependabot[bot])
- 920db56: feat: git commit deps file (@haunt98)
- 8876ff1: chore: cleanup Makefile (@haunt98)
- 5916d0a: chore: bump go 1.20 github action (@haunt98)
- 2c8523a: chore: fix lint (@haunt98)
- 57e54b7: chore: format file (@haunt98)
- 58bd20c: chore(changelog): generate v0.5.0 (@haunt98)
v0.4.1
Changelog
- 22861a9: chore(deps): bump github.com/urfave/cli/v2 from 2.16.3 to 2.17.1 (@dependabot[bot])
- ae61128: chore(deps): bump github.com/urfave/cli/v2 from 2.17.1 to 2.19.2 (@dependabot[bot])
- 7a1bf28: chore(changelog): generate v0.4.1 (@haunt98)
v0.4.0
Changelog
- b7d8c4c: chore(deps): bump github.com/urfave/cli/v2 from 2.11.2 to 2.14.0 (@dependabot[bot])
- bb316bf: chore(deps): bump github.com/urfave/cli/v2 from 2.14.0 to 2.14.1 (@dependabot[bot])
- b4db89d: chore(deps): bump github.com/urfave/cli/v2 from 2.14.1 to 2.16.2 (@dependabot[bot])
- 7a67c96: chore(deps): bump github.com/urfave/cli/v2 from 2.16.2 to 2.16.3 (@dependabot[bot])
- a4e195f: feat: ignore main, indirect module using Module struct (@haunt98)
- 61e7716: chore(changelog): generate v0.4.0 (@haunt98)
v0.3.1
v0.3.0
Changelog
- 23e0300: chore: update github action (@haunt98)
- de2929f: chore: set default count module to 100 (@haunt98)
- 7bda05e: chore: update golangci-lint config (@haunt98)
- 43d228a: feat: ignore comment in deps file (@haunt98)
- a258b7b: chore: explain dry run (@haunt98)
- 1821c04: Merge pull request #2 from haunt98/deps-comment (@haunt98)
- 91f15cd: chore: update typo (@haunt98)
- 23d3644: refactor: better read func (@haunt98)
- f52091a: feat: ignore replace module (@haunt98)
- cc44fbc: chore: new line after a.log (@haunt98)
- c87f232: feat: ignore containing modules (@haunt98)
- 7717276: chore(changelog): generate v0.3.0 (@haunt98)