encfs/vendor/README.md

24 lines
697 B
Markdown
Raw Normal View History

2017-08-06 08:20:33 +02:00
# Vendored Packages
Some external dependencies are vendored here. Use
[git-vendor](https://github.com/brettlangdon/git-vendor) to view,
add, or update vendored packages.
For example:
```sh
$ git-vendor list
easylogging@master:
name: easylogging
dir: vendor/github.com/muflihun/easyloggingpp
repo: https://github.com/muflihun/easyloggingpp
ref: master
commit: e2b86551a5ba1d63b21b57a2bae1ddb0b0e5135e
tinyxml2@master:
name: tinyxml2
dir: vendor/github.com/leethomason/tinyxml2
repo: https://github.com/leethomason/tinyxml2.git
ref: master
commit: 1979f3c87e68f489c7f6d88532aae4d76d9d3a78
```