mirror of
https://github.com/bettercap/bettercap
synced 2025-08-22 06:23:18 -07:00
Add go-humanize and tablewriter to dependencies in Makefile
This commit is contained in:
parent
7965cece7f
commit
a35a3b1305
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -47,6 +47,8 @@ deps:
|
||||||
@go get github.com/robertkrimen/otto
|
@go get github.com/robertkrimen/otto
|
||||||
@go get github.com/dustin/go-humanize
|
@go get github.com/dustin/go-humanize
|
||||||
@go get github.com/olekukonko/tablewriter
|
@go get github.com/olekukonko/tablewriter
|
||||||
|
@go get github.com/dustin/go-humanize
|
||||||
|
@go get github.com/olekukonko/tablewriter
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
@rm -rf $(TARGET) net/oui_compiled.go
|
@rm -rf $(TARGET) net/oui_compiled.go
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue