mirror of
https://github.com/bettercap/bettercap
synced 2025-08-21 05:53:20 -07:00
fix: updated dependencies
This commit is contained in:
parent
be6137a6ea
commit
4ca8b89375
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -28,6 +28,8 @@ deps:
|
||||||
@go get github.com/google/gopacket
|
@go get github.com/google/gopacket
|
||||||
@go get github.com/malfunkt/iprange
|
@go get github.com/malfunkt/iprange
|
||||||
@go get github.com/rogpeppe/go-charset/charset
|
@go get github.com/rogpeppe/go-charset/charset
|
||||||
|
@go get github.com/chzyer/readline
|
||||||
|
@go get github.com/op/go-logging
|
||||||
|
|
||||||
test:
|
test:
|
||||||
@go test ./...
|
@go test ./...
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue