diff options
Diffstat (limited to 'vendor/vendor.json')
| -rw-r--r-- | vendor/vendor.json | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/vendor/vendor.json b/vendor/vendor.json index b634b0a..69422b7 100644 --- a/vendor/vendor.json +++ b/vendor/vendor.json @@ -3,6 +3,18 @@ "ignore": "test", "package": [ { + "path": "fscrypt/crypto", + "revision": "" + }, + { + "path": "fscrypt/metadata", + "revision": "" + }, + { + "path": "fscrypt/util", + "revision": "" + }, + { "checksumSHA1": "APDDi2ohrU7OkChQCekD9tSVUhs=", "path": "github.com/golang/protobuf/jsonpb", "revision": "2bba0603135d7d7f5cb73b2125beeda19c09f4ef", @@ -45,5 +57,5 @@ "revisionTime": "2017-05-29T13:44:53Z" } ], - "rootPath": "fscrypt" + "rootPath": "github.com/google/fscrypt" } |