remove mockgen from deps

This commit is contained in:
Sergey Cherepanov 2023-06-14 12:01:52 +02:00
parent d35ac55ee1
commit 646f7fbedc
No known key found for this signature in database
GPG Key ID: 87F8EDE8FBDF637C

View File

@ -25,7 +25,6 @@ deps:
go mod download go mod download
go build -o deps storj.io/drpc/cmd/protoc-gen-go-drpc 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/gogo/protobuf/protoc-gen-gogofaster
go build -o deps github.com/golang/mock/mockgen
test: test:
go test ./... --cover go test ./... --cover