diff options
| author | Joe Richey joerichey@google.com <joerichey@google.com> | 2017-04-17 12:35:29 -0700 |
|---|---|---|
| committer | Joe Richey joerichey@google.com <joerichey@google.com> | 2017-05-02 13:39:18 -0700 |
| commit | 49f7bad068c82d71d2af73b9c8046fb882b29c69 (patch) | |
| tree | fa538527248654057dc4707c1993ab38d000d6a8 /vendor/vendor.json | |
| parent | 4680eaaef15171948332ad7d13def794635c095d (diff) | |
vendor: adding in golang/protobuf libraries
This commit adds in the two protocol buffer libraries for Go. The
github.com/golang/protobuf/proto package will let Go code read and write
protocol buffers. The github.com/golang/protobuf/jsonpb package lets Go
code output a JSON representation of protocol buffers.
These packages are stored in the vendor directory, meaning that they
will be imported instead of any installed system packages.
Change-Id: I8da8d15864f03a9b3f767a6af18795c8eca64844
Diffstat (limited to 'vendor/vendor.json')
| -rw-r--r-- | vendor/vendor.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/vendor/vendor.json b/vendor/vendor.json new file mode 100644 index 0000000..f66d60d --- /dev/null +++ b/vendor/vendor.json @@ -0,0 +1,19 @@ +{ + "comment": "", + "ignore": "test", + "package": [ + { + "checksumSHA1": "APDDi2ohrU7OkChQCekD9tSVUhs=", + "path": "github.com/golang/protobuf/jsonpb", + "revision": "2bba0603135d7d7f5cb73b2125beeda19c09f4ef", + "revisionTime": "2017-03-31T03:19:02Z" + }, + { + "checksumSHA1": "kBeNcaKk56FguvPSUCEaH6AxpRc=", + "path": "github.com/golang/protobuf/proto", + "revision": "2bba0603135d7d7f5cb73b2125beeda19c09f4ef", + "revisionTime": "2017-03-31T03:19:02Z" + } + ], + "rootPath": "fscrypt" +} |