diff --git a/fuzzit.sh b/fuzzit.sh index 0c264ef298..8d915de792 100755 --- a/fuzzit.sh +++ b/fuzzit.sh @@ -6,6 +6,9 @@ set -xe ## in the old style GOPATH way export GO111MODULE="off" +# We need to download these dependencies again after we set GO111MODULE="off" +go get -t -v ./... + go get github.com/dvyukov/go-fuzz/go-fuzz github.com/dvyukov/go-fuzz/go-fuzz-build wget -q -O fuzzitbin https://github.com/fuzzitdev/fuzzit/releases/download/v2.4.24/fuzzit_Linux_x86_64