diff options
| author | Joe Richey joerichey@google.com <joerichey@google.com> | 2017-07-14 11:27:06 -0700 |
|---|---|---|
| committer | Joe Richey joerichey@google.com <joerichey@google.com> | 2017-07-14 11:27:06 -0700 |
| commit | fbdba58ffbbbdc034982b15cee9985af16a680cd (patch) | |
| tree | c67f31d48d5655d30800b9d2d4cdaca49cf61cf7 /vendor | |
| parent | 424e63311034da878d032362b706b835373dc994 (diff) | |
vendor: Fixed package list so "make all" will work
During an earlier commit the vendor directory was self-referencing
various "fscrypt/<pkg>" packages. This no longer occurs.
Diffstat (limited to 'vendor')
| -rw-r--r-- | vendor/vendor.json | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/vendor/vendor.json b/vendor/vendor.json index 69422b7..03e24a0 100644 --- a/vendor/vendor.json +++ b/vendor/vendor.json @@ -3,18 +3,6 @@ "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", |