Skip to content

Commit

Permalink
feat(templates): update proto
Browse files Browse the repository at this point in the history
  • Loading branch information
jaronnie committed Aug 26, 2024
1 parent cb3326c commit f12cdec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/desc/proto/v1/hello.proto
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ syntax = "proto3";

package hellopb;

import "third_party/google/api/annotations.proto";
import "third_party/validate/validate.proto";
import "third_party/grpc-gateway/protoc-gen-openapiv2/options/annotations.proto";
import "google/api/annotations.proto";
import "validate/validate.proto";
import "grpc-gateway/protoc-gen-openapiv2/options/annotations.proto";

option go_package = "./pb/hellopb";

Expand Down

0 comments on commit f12cdec

Please sign in to comment.