summaryrefslogtreecommitdiff
path: root/repo.proto
diff options
context:
space:
mode:
Diffstat (limited to 'repo.proto')
-rw-r--r--repo.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/repo.proto b/repo.proto
index 9ee5b2c..03fbd6e 100644
--- a/repo.proto
+++ b/repo.proto
@@ -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 {