Skip to content

Commit

Permalink
misc: Update path to go-fuzz
Browse files Browse the repository at this point in the history
They moved it :/
  • Loading branch information
purpleidea committed Sep 23, 2020
1 parent 274e01b commit 76ede10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/make-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ go get golang.org/x/tools/cmd/stringer # for automatic stringer-ing
go get golang.org/x/lint/golint # for `golint`-ing
go get golang.org/x/tools/cmd/goimports # for fmt
go get github.com/tmthrgd/go-bindata/go-bindata # for compiling in non golang files
go get github.com/dvyukov/go-fuzz # for fuzzing the mcl lang bits
go get github.com/dvyukov/go-fuzz/go-fuzz # for fuzzing the mcl lang bits
if env | grep -q -e '^TRAVIS=true$' -e '^JENKINS_URL=' -e '^BUILD_TAG=jenkins'; then
go get -u gopkg.in/alecthomas/gometalinter.v1 && mv "$(dirname $(command -v gometalinter.v1))/gometalinter.v1" "$(dirname $(command -v gometalinter.v1))/gometalinter" && gometalinter --install # bonus
fi
Expand Down

0 comments on commit 76ede10

Please sign in to comment.