From 460604a50ed16ae967b1431120bb5800b1b0c864 Mon Sep 17 00:00:00 2001 From: Vladimir galliardt <58568145+neo355@users.noreply.github.com> Date: Fri, 31 Jan 2020 09:30:37 +0100 Subject: [PATCH] Revert 28ab6c9^...28ab6c9 on Modules --- Modules.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/Modules.md b/Modules.md index 9da88f64..c5e20612 100644 --- a/Modules.md +++ b/Modules.md @@ -727,8 +727,6 @@ 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?