summaryrefslogtreecommitdiff
path: root/repo.proto
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-13 00:19:33 -0600
committerJeff Carr <[email protected]>2024-12-13 00:19:33 -0600
commitc5f7570834f092608cd2137e966399f44aa02d36 (patch)
treed0aee40b2fffc1729b654c9cfbe65a4a0183d768 /repo.proto
parentadddfad2b7418dcaec4bd6c97219b72774fe0cac (diff)
working on go-mod-clean
Signed-off-by: Jeff Carr <[email protected]>
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`