From ca28c0b5a14cae613d62c6bcff0ad94f2d592992 Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Wed, 28 Nov 2018 17:13:24 -0800 Subject: [PATCH] docs/MAKEFILE: remove dep section In this commit, we remove the dep section as we no longer use it, and instead use go modues. --- docs/MAKEFILE.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/MAKEFILE.md b/docs/MAKEFILE.md index c7c60ecc7..0a798e4df 100644 --- a/docs/MAKEFILE.md +++ b/docs/MAKEFILE.md @@ -79,11 +79,6 @@ Removes compiled versions of both `./lnd` and `./lncli`, and removes the --------- Alias for [`scratch`](#scratch). -`dep` ------- -Ensures that [`github.com/golang/dep/cmd/dep`][dep] is installed, then -updates then dependencies in the `vendor` tree using `dep ensure`. - `flake-unit` ------------ Runs the unit test endlessly until a failure is detected.