From 49f7bad068c82d71d2af73b9c8046fb882b29c69 Mon Sep 17 00:00:00 2001 From: "Joe Richey joerichey@google.com" Date: Mon, 17 Apr 2017 12:35:29 -0700 Subject: 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 --- vendor/vendor.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 vendor/vendor.json (limited to 'vendor/vendor.json') 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" +} -- cgit v1.2.3