Update cmd/upgrade (#1101)

pull/1104/head
包子 3 years ago committed by GitHub
parent 8cf377cf9c
commit 9f4c4d9877
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      cmd/kratos/internal/upgrade/upgrade.go

@ -24,6 +24,7 @@ func Run(cmd *cobra.Command, args []string) {
"github.com/go-kratos/kratos/cmd/protoc-gen-go-errors/v2",
"google.golang.org/protobuf/cmd/protoc-gen-go",
"google.golang.org/grpc/cmd/protoc-gen-go-grpc",
"github.com/envoyproxy/protoc-gen-validate",
)
if err != nil {
fmt.Println(err)

Loading…
Cancel
Save