aboutsummaryrefslogtreecommitdiff
path: root/vendor/vendor.json
diff options
context:
space:
mode:
authorJoe Richey joerichey@google.com <joerichey@google.com>2017-06-28 13:57:55 -0700
committerJoe Richey joerichey@google.com <joerichey@google.com>2017-06-28 15:15:21 -0700
commit2c52eca8727df744d093703bbcbd87fc39d57d30 (patch)
treece733819f34baacbb67d5dabb5baaa01c6888e9d /vendor/vendor.json
parentabdd12ff9efa98af245b91517398ad84b42fd90e (diff)
Finalize import paths and documentationv0.1.00.1.0
This commit changes all the internal import paths from `fscrypt/foo` to `github.com/google/fscrypt/foo` so that it can be built once we release externaly. The documentation in README.md is updated accordingly. Also, the README has a note noting that we do not make any guarantees about project stability before 1.0 (when it ships with Ubuntu). Change-Id: I6ba86e442c74057c8a06ba32a42e17f94833e280
Diffstat (limited to 'vendor/vendor.json')
-rw-r--r--vendor/vendor.json14
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"
}