diff --git a/Makefile b/Makefile index 94227398..aa0fa75f 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,6 @@ deps: go mod download go build -o deps storj.io/drpc/cmd/protoc-gen-go-drpc go build -o deps github.com/gogo/protobuf/protoc-gen-gogofaster - go build -o deps github.com/golang/mock/mockgen test: go test ./... --cover