From 723df867c425bbde52f477fbd27ba3623f0526d5 Mon Sep 17 00:00:00 2001 From: Daniel Smith Date: Fri, 8 Aug 2014 15:31:58 -0700 Subject: [PATCH] Insert gofuzz as dep --- third_party/deps.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/third_party/deps.sh b/third_party/deps.sh index 05e7b6a74366d..ad4b9e08504d6 100755 --- a/third_party/deps.sh +++ b/third_party/deps.sh @@ -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"