Skip to content

Releases: marwan-at-work/mod

v0.7.1

06 Nov 18:22
Compare
Choose a tag to compare

This is a patch release that fixes the following issue: #24

v0.7.0

25 Oct 23:59
Compare
Choose a tag to compare

This release fixes a TODO that updates go.mod files when passing the --mod-name flag to update client dependencies.
Ref: 7d1d91d

v0.6.0

25 Oct 21:31
899a558
Compare
Choose a tag to compare

Ignore go build constraints thanks to the contribution by @pascal-hofmann

v0.5.0

02 Mar 03:08
d88d15f
Compare
Choose a tag to compare

Support gopkg.in upgrades/downgrades.

Thanks to @maxbrunet for the contribution

Upgrade dependencies

21 Sep 07:31
19de07d
Compare
Choose a tag to compare

Fixes #16

Thanks to @horgh and @kk-zu for the issue and the pr.

Upgrade x/tools

19 Apr 22:43
23b4748
Compare
Choose a tag to compare

Thanks to @mchill for the PR

Upgrade urfave/cli

10 Dec 18:50
b0704c5
Compare
Choose a tag to compare

Fixes a go get issue now that urfave/cli has adopted Go modules.

#12 @sauerbraten

Fix duplicate suffix issue

18 Apr 13:50
Compare
Choose a tag to compare

Upgrade Dependencies

29 Mar 19:00
Compare
Choose a tag to compare

This release upgrades to using Go 1.14 as well as the official tooling to process mod files and semver strings

Patch Path Prefixes

05 Jul 12:36
Compare
Choose a tag to compare

If two different import paths share the same prefix, they must be treated differently.