gocritic dep in makefile
This commit is contained in:
parent
b3b5b6fe60
commit
acde5f1fd5
3
Makefile
3
Makefile
|
|
@ -25,11 +25,12 @@ daemon-unittests:
|
||||||
|
|
||||||
go-tools:
|
go-tools:
|
||||||
go install "github.com/bufbuild/buf/cmd/buf"
|
go install "github.com/bufbuild/buf/cmd/buf"
|
||||||
|
go install "github.com/fzipp/gocyclo/cmd/gocyclo"
|
||||||
|
go install "github.com/go-critic/go-critic/cmd/gocritic"
|
||||||
go install "github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-grpc-gateway"
|
go install "github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-grpc-gateway"
|
||||||
go install "github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-openapiv2"
|
go install "github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-openapiv2"
|
||||||
go install "google.golang.org/grpc/cmd/protoc-gen-go-grpc"
|
go install "google.golang.org/grpc/cmd/protoc-gen-go-grpc"
|
||||||
go install "google.golang.org/protobuf/cmd/protoc-gen-go"
|
go install "google.golang.org/protobuf/cmd/protoc-gen-go"
|
||||||
go install "github.com/fzipp/gocyclo/cmd/gocyclo"
|
|
||||||
|
|
||||||
grpc: go-tools
|
grpc: go-tools
|
||||||
buf generate
|
buf generate
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue