diff options
Diffstat (limited to 'repo.proto')
| -rw-r--r-- | repo.proto | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -27,6 +27,7 @@ message Repo { // `autogenpb:marshal` google.protobuf.Timestamp lastGoDep = 13; // last time go.sum was processed bool dirty = 14; // if git says things have been changed GoDeps published = 15; // the last published go.mod/go.sum + string targetVersion = 16; // useful during the package release process } message Repos { // `autogenpb:marshal` |
