Insert gofuzz as dep

This commit is contained in:
Daniel Smith 2014-08-08 15:31:58 -07:00
parent 71c6e082d4
commit 723df867c4

1
third_party/deps.sh vendored
View File

@ -16,6 +16,7 @@ DEP_PACKAGES="
github.com/coreos/go-log/log
github.com/coreos/go-systemd/journal
code.google.com/p/go.net/websocket
github.com/google/gofuzz
"
PACKAGES="$TOP_PACKAGES $DEP_PACKAGES"