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 | |
parent | cc7d31b9fe00e8c187347519a09767892075224e (diff) | |
download | snkt-06edbdc63adc12ebd35c0cb9c7e7015398a85bee.tar.gz snkt-06edbdc63adc12ebd35c0cb9c7e7015398a85bee.tar.bz2 snkt-06edbdc63adc12ebd35c0cb9c7e7015398a85bee.zip |
add yaml depvendor
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | vendor/gopkg.in/yaml.v2 | 0 |
2 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 diff --git a/vendor/gopkg.in/yaml.v2 b/vendor/gopkg.in/yaml.v2 new file mode 160000 +Subproject d670f9405373e636a5a2765eea47fac0c9bc91a |