mirror of
https://github.com/vgough/encfs.git
synced 2024-11-22 07:53:31 +01:00
24 lines
697 B
Markdown
24 lines
697 B
Markdown
|
# 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
|
||
|
```
|