diff options
Diffstat (limited to 'goDep.proto')
| -rw-r--r-- | goDep.proto | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/goDep.proto b/goDep.proto index 72d32e7..d17f999 100644 --- a/goDep.proto +++ b/goDep.proto @@ -17,7 +17,7 @@ message GoDep { // `autogenpb:nomutex` } message GoDeps { // `autogenpb:nomutex` - string uuid = 1; // `autogenpb:uuid:` - string version = 2; // `autogenpb:version` + string uuid = 1; // `autogenpb:uuid:7de62c09-b335-4d80-902d-08552c501b7c` + string version = 2; // `autogenpb:version:v0.0.51` repeated GoDep goDeps = 3; // `autogenpb:unique` `autogenpb:sort` } |
