Skip to content

Commit

Permalink
Merge pull request #265 from krajorama/vendoring-agnostic-proto-import
Browse files Browse the repository at this point in the history
Make gogo.proto import vendoring agnostic
  • Loading branch information
bboreham authored Nov 25, 2022
2 parents 719ed66 + 2f34232 commit 57a5767
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
44 changes: 22 additions & 22 deletions httpgrpc/httpgrpc.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion httpgrpc/httpgrpc.proto
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ syntax = "proto3";

package httpgrpc;

import "github.com/gogo/protobuf/gogoproto/gogo.proto";
import "gogoproto/gogo.proto";

option (gogoproto.equal_all) = true;
option (gogoproto.gostring_all) = true;
Expand Down

0 comments on commit 57a5767

Please sign in to comment.