diff options
| author | Jeff Carr <[email protected]> | 2024-11-27 14:27:09 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-27 14:27:09 -0600 |
| commit | cedd7ea6f17451ca7eb8ae2cf2a243ba9c551430 (patch) | |
| tree | 84b5707e302a926d6a863312093c4613c5b1b518 /repo.proto | |
| parent | 6dd1bba42be7264fb5437d0d7f3a037bc6096fee (diff) | |
attempt at a repo protobuf
Diffstat (limited to 'repo.proto')
| -rw-r--r-- | repo.proto | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -16,6 +16,7 @@ message Repo { repeated Ref refs = 4; repeated GoDep GoDeps = 5; google.protobuf.Timestamp lastPull = 6; // last time a git pull was done + google.protobuf.Timestamp lastGoDep = 7; // last time go.sum was processed } message Repos { |
