diff options
| author | Jeff Carr <[email protected]> | 2024-12-02 07:01:37 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-02 07:01:37 -0600 |
| commit | 345343647aea77f6a4a13272ce353fded76cee54 (patch) | |
| tree | fdb061d2548fece8f949ba0118d4e12b9b36aed8 /repo.proto | |
| parent | 4b83d18db4fd84de5fa06cc00fe45d74d0feb458 (diff) | |
attempt SortByAge(). not sure if it works.
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` |
