Describe the bug
When executing roche g scaffold-service NAME command, an error is displayed under the following conditions
- missing
github.com/izumin5210/grapi/cmd/grapi-gen-scaffold-service
- missing
github.com/golang/protobuf
- missing
github.com/grpc-ecosystem/grpc-gateway
- missing
github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway/descriptor@v1.8.5
To Reproduce
Steps to reproduce the behavior:
execute roche g scaffold-service NAME
Expected behavior
After initialization, the dependent libraries are listed in go.mod and are ready for go mod download.
Describe the bug
When executing
roche g scaffold-service NAMEcommand, an error is displayed under the following conditionsgithub.com/izumin5210/grapi/cmd/grapi-gen-scaffold-servicegithub.com/golang/protobufgithub.com/grpc-ecosystem/grpc-gatewaygithub.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway/descriptor@v1.8.5To Reproduce
Steps to reproduce the behavior:
execute
roche g scaffold-service NAMEExpected behavior
After initialization, the dependent libraries are listed in go.mod and are ready for
go mod download.