Skip to content

Releases: marwan-at-work/mod

Patch go.mod upgrades

03 Apr 03:03
Compare
Choose a tag to compare

The client upgrades prevented go.mod from being updated when we want to upgrade our own module. This patch release fixes it.

Client Module Upgrades

14 Jan 22:25
Compare
Choose a tag to compare

You can now run mod upgrade -mod-name=<module_path> to upgrade a client library to a particular version. This will avoid upgrading your go.mod file, but be sure to upgrade it yourself to the exact semver that you expect it to.

Update Status

04 Oct 17:17
Compare
Choose a tag to compare

Mod works as intended so far. It's still not v1 stable since Go Modules is still experimental and tooling around it is still up in the air.

Initial tag

26 Sep 15:51
Compare
Choose a tag to compare
v0.0.1

output cli err