summaryrefslogtreecommitdiff
path: root/goDep.proto
diff options
context:
space:
mode:
Diffstat (limited to 'goDep.proto')
-rw-r--r--goDep.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/goDep.proto b/goDep.proto
index 624b9a8..8fdab1b 100644
--- a/goDep.proto
+++ b/goDep.proto
@@ -19,5 +19,5 @@ message GoDep { // `autogenpb:marshal`
message GoDeps { // `autogenpb:marshal`
string uuid = 1; // `autogenpb:uuid:`
string version = 2; // `autogenpb:version`
- repeated GoDep goDeps = 3;
+ repeated GoDep goDeps = 3; // `autogenpb:unique` `autogenpb:sort`
}