summaryrefslogtreecommitdiff
path: root/repo.proto
diff options
context:
space:
mode:
Diffstat (limited to 'repo.proto')
-rw-r--r--repo.proto2
1 files changed, 2 insertions, 0 deletions
diff --git a/repo.proto b/repo.proto
index 288a629..62f287f 100644
--- a/repo.proto
+++ b/repo.proto
@@ -32,6 +32,8 @@ message Repo { // `autogenpb:marshal`
string URL = 18; // the URL. amazingly I didn't add this earlier. duh.
bool goProtobuf = 19; // autogen go files from .proto
string desc = 20; // what is this repo?
+ bytes goMod = 21; // the last go.mod file
+ bytes goSum = 22; // the last go.sum file
}
message Repos { // `autogenpb:marshal`