diff options
| author | Jeff Carr <[email protected]> | 2024-11-27 14:27:09 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-27 14:27:09 -0600 |
| commit | cedd7ea6f17451ca7eb8ae2cf2a243ba9c551430 (patch) | |
| tree | 84b5707e302a926d6a863312093c4613c5b1b518 /godep.proto | |
| parent | 6dd1bba42be7264fb5437d0d7f3a037bc6096fee (diff) | |
attempt at a repo protobuf
Diffstat (limited to 'godep.proto')
| -rw-r--r-- | godep.proto | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/godep.proto b/godep.proto index 3b4333b..1789cd3 100644 --- a/godep.proto +++ b/godep.proto @@ -13,9 +13,3 @@ message GoDep { string goPath = 4; // "go.wit.com/lib/foo" string goVersion = 5; // version of golang the developer used to make this package version } - -message GoDeps { - string uuid = 1; // I guess why not just have this on each file - string version = 2; // maybe can be used for protobuf schema change violations - repeated GoDep GoDeps = 3; -} |
