Releases: marwan-at-work/mod
Releases · marwan-at-work/mod
Fix duplicate suffix issue
Upgrade Dependencies
This release upgrades to using Go 1.14 as well as the official tooling to process mod files and semver strings
Patch Path Prefixes
If two different import paths share the same prefix, they must be treated differently.
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