From a35a3b1305eb251b948ed68820e35397bd024e3d Mon Sep 17 00:00:00 2001 From: Kent Gruber Date: Sat, 13 Jan 2018 15:43:01 -0500 Subject: [PATCH] Add go-humanize and tablewriter to dependencies in Makefile --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 098f7ed2..24baa8aa 100644 --- a/Makefile +++ b/Makefile @@ -47,6 +47,8 @@ deps: @go get github.com/robertkrimen/otto @go get github.com/dustin/go-humanize @go get github.com/olekukonko/tablewriter + @go get github.com/dustin/go-humanize + @go get github.com/olekukonko/tablewriter clean: @rm -rf $(TARGET) net/oui_compiled.go