docs/MAKEFILE: remove dep section

In this commit, we remove the dep section as we no longer use it, and
instead use go modues.
This commit is contained in:
Olaoluwa Osuntokun 2018-11-28 17:13:24 -08:00
parent ebff57a1f7
commit ca28c0b5a1
No known key found for this signature in database
GPG Key ID: CE58F7F8E20FD9A2

@ -79,11 +79,6 @@ Removes compiled versions of both `./lnd` and `./lncli`, and removes the
--------- ---------
Alias for [`scratch`](#scratch). 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` `flake-unit`
------------ ------------
Runs the unit test endlessly until a failure is detected. Runs the unit test endlessly until a failure is detected.