fix: updated dependencies

This commit is contained in:
evilsocket 2018-01-07 16:51:04 +01:00
commit 4ca8b89375

View file

@ -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 ./...