diff options
Diffstat (limited to 'repo.proto')
| -rw-r--r-- | repo.proto | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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` |
