Skip to content

Commit

Permalink
remove deadlock from tools cause it's not a binary
Browse files Browse the repository at this point in the history
  • Loading branch information
melekes committed Jan 28, 2019
1 parent f6c4139 commit 77ac617
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ GOTOOLS = \
github.com/golang/dep/cmd/dep \
github.com/alecthomas/gometalinter \
github.com/gogo/protobuf/protoc-gen-gogo \
github.com/square/certstrap \
github.com/sasha-s/go-deadlock \
github.com/petermattis/goid
github.com/square/certstrap
GOBIN?=${GOPATH}/bin
PACKAGES=$(shell go list ./...)

Expand Down

0 comments on commit 77ac617

Please sign in to comment.