diff --git a/Makefile b/Makefile index 64a8585..068e470 100644 --- a/Makefile +++ b/Makefile @@ -27,6 +27,7 @@ go-tools: 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/protobuf/cmd/protoc-gen-go" + go install "github.com/fzipp/gocyclo/cmd/gocyclo@latest" grpc: go-tools buf generate