diff options
Diffstat (limited to 'repos.proto')
| -rw-r--r-- | repos.proto | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/repos.proto b/repos.proto index 029bad2..9e02c08 100644 --- a/repos.proto +++ b/repos.proto @@ -7,6 +7,7 @@ package gitpb; import "refs.proto"; import "godep.proto"; +import "gitTags.proto"; import "google/protobuf/timestamp.proto"; // Import the well-known type for Timestamp message Repo { @@ -20,6 +21,8 @@ message Repo { google.protobuf.Timestamp lastGoDep = 7; // last time go.sum was processed bool goLibrary = 8; // if this is a golang library bool goPrimitive = 9; // if this is a golang primitive + + repeated GitTag gitTags = 10; } message Repos { |
