diff options
| author | Jeff Carr <[email protected]> | 2024-12-13 00:19:33 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-13 00:19:33 -0600 |
| commit | c5f7570834f092608cd2137e966399f44aa02d36 (patch) | |
| tree | d0aee40b2fffc1729b654c9cfbe65a4a0183d768 /repo.proto | |
| parent | adddfad2b7418dcaec4bd6c97219b72774fe0cac (diff) | |
working on go-mod-clean
Signed-off-by: Jeff Carr <[email protected]>
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` |
