Releases: marwan-at-work/mod
Releases · marwan-at-work/mod
Patch go.mod upgrades
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
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
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
v0.0.1 output cli err