From 1139e6aa045afa8e174e5cc6cbdf26dcec237f3a Mon Sep 17 00:00:00 2001 From: Benjamin Date: Mon, 18 Feb 2019 09:50:48 -0800 Subject: [PATCH] Update README.md Corrected manual dependencies to include sqlite. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ced7e55..7202f15 100755 --- a/README.md +++ b/README.md @@ -89,6 +89,7 @@ go get github.com/fatih/color go get github.com/hashicorp/go-version go get github.com/xrash/smetrics go get github.com/ti/nasync +go get github.com/mattn/go-sqlite3 go build pathBrute.go ``` ***