Add go-mod-upgrade, a new tool to update outdated Go dependencies interactively

Olivier Ligot 2020-01-31 08:34:13 +01:00
parent 3edb1cfae2
commit 28ab6c9ada

@ -727,6 +727,8 @@ The community is starting to build tooling on top of modules. For example:
* Displays outdated dependencies in a human friendly way
* Provides a way to filter indirect dependencies and dependencies without updates
* Provides a way to break CI pipelines in case of outdated dependencies
* [github.com/oligot/go-mod-upgrade](https://github.com/oligot/go-mod-upgrade)
* Update outdated Go dependencies interactively
### When should I use the replace directive?