diff options
author | Adam Mathes <adam@trenchant.org> | 2018-02-18 11:20:07 -0800 |
---|---|---|
committer | Adam Mathes <adam@trenchant.org> | 2018-02-18 11:20:07 -0800 |
commit | 06edbdc63adc12ebd35c0cb9c7e7015398a85bee (patch) | |
tree | bd2594b1a564725cea9eed0872ff0b4a14d5f5d4 /.gitmodules | |
parent | cc7d31b9fe00e8c187347519a09767892075224e (diff) | |
download | snkt-vendor.tar.gz snkt-vendor.tar.bz2 snkt-vendor.zip |
add yaml depvendor
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index f34970f..7bae0f0 100644 --- a/.gitmodules +++ b/.gitmodules @@ -13,3 +13,6 @@ [submodule "vendor/github.com/rwcarlsen/goexif"] path = vendor/github.com/rwcarlsen/goexif url = https://github.com/rwcarlsen/goexif +[submodule "vendor/gopkg.in/yaml.v2"] + path = vendor/gopkg.in/yaml.v2 + url = https://gopkg.in/yaml.v2 |