From 12aa4edb7a5525b8f48e0d947d3e4992b0ab9922 Mon Sep 17 00:00:00 2001 From: Carl Kittelberger Date: Mon, 6 Mar 2017 14:59:52 +0100 Subject: [PATCH] Add dependencies as git submodules. --- .gitmodules | 27 +++++++++++++++++++ vendor/github.com/alecthomas/kingpin | 1 + vendor/github.com/alecthomas/template | 1 + vendor/github.com/alecthomas/units | 1 + vendor/github.com/ghodss/yaml | 1 + vendor/github.com/jinzhu/now | 1 + vendor/github.com/nicksnyder/go-i18n | 1 + vendor/github.com/russross/blackfriday | 1 + .../github.com/shurcooL/sanitized_anchor_name | 1 + vendor/gopkg.in/yaml.v2 | 1 + 10 files changed, 36 insertions(+) create mode 100644 .gitmodules create mode 160000 vendor/github.com/alecthomas/kingpin create mode 160000 vendor/github.com/alecthomas/template create mode 160000 vendor/github.com/alecthomas/units create mode 160000 vendor/github.com/ghodss/yaml create mode 160000 vendor/github.com/jinzhu/now create mode 160000 vendor/github.com/nicksnyder/go-i18n create mode 160000 vendor/github.com/russross/blackfriday create mode 160000 vendor/github.com/shurcooL/sanitized_anchor_name create mode 160000 vendor/gopkg.in/yaml.v2 diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..82ca228 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,27 @@ +[submodule "vendor/github.com/alecthomas/kingpin"] + path = vendor/github.com/alecthomas/kingpin + url = https://github.com/alecthomas/kingpin +[submodule "vendor/github.com/alecthomas/template"] + path = vendor/github.com/alecthomas/template + url = https://github.com/alecthomas/template +[submodule "vendor/github.com/alecthomas/units"] + path = vendor/github.com/alecthomas/units + url = https://github.com/alecthomas/units +[submodule "vendor/github.com/ghodss/yaml"] + path = vendor/github.com/ghodss/yaml + url = https://github.com/ghodss/yaml +[submodule "vendor/github.com/jinzhu/now"] + path = vendor/github.com/jinzhu/now + url = https://github.com/jinzhu/now +[submodule "vendor/github.com/nicksnyder/go-i18n"] + path = vendor/github.com/nicksnyder/go-i18n + url = https://github.com/nicksnyder/go-i18n +[submodule "vendor/github.com/russross/blackfriday"] + path = vendor/github.com/russross/blackfriday + url = https://github.com/russross/blackfriday +[submodule "vendor/github.com/shurcooL/sanitized_anchor_name"] + path = vendor/github.com/shurcooL/sanitized_anchor_name + url = https://github.com/shurcooL/sanitized_anchor_name +[submodule "vendor/gopkg.in/yaml.v2"] + path = vendor/gopkg.in/yaml.v2 + url = https://gopkg.in/yaml.v2 diff --git a/vendor/github.com/alecthomas/kingpin b/vendor/github.com/alecthomas/kingpin new file mode 160000 index 0000000..bf17db2 --- /dev/null +++ b/vendor/github.com/alecthomas/kingpin @@ -0,0 +1 @@ +Subproject commit bf17db2c43f59ff3d97a39d1feacef18d75eaf95 diff --git a/vendor/github.com/alecthomas/template b/vendor/github.com/alecthomas/template new file mode 160000 index 0000000..a0175ee --- /dev/null +++ b/vendor/github.com/alecthomas/template @@ -0,0 +1 @@ +Subproject commit a0175ee3bccc567396460bf5acd36800cb10c49c diff --git a/vendor/github.com/alecthomas/units b/vendor/github.com/alecthomas/units new file mode 160000 index 0000000..2efee85 --- /dev/null +++ b/vendor/github.com/alecthomas/units @@ -0,0 +1 @@ +Subproject commit 2efee857e7cfd4f3d0138cc3cbb1b4966962b93a diff --git a/vendor/github.com/ghodss/yaml b/vendor/github.com/ghodss/yaml new file mode 160000 index 0000000..04f3134 --- /dev/null +++ b/vendor/github.com/ghodss/yaml @@ -0,0 +1 @@ +Subproject commit 04f313413ffd65ce25f2541bfd2b2ceec5c0908c diff --git a/vendor/github.com/jinzhu/now b/vendor/github.com/jinzhu/now new file mode 160000 index 0000000..d939ba7 --- /dev/null +++ b/vendor/github.com/jinzhu/now @@ -0,0 +1 @@ +Subproject commit d939ba741945c047cac69c329c5fb0d6b4a06520 diff --git a/vendor/github.com/nicksnyder/go-i18n b/vendor/github.com/nicksnyder/go-i18n new file mode 160000 index 0000000..5a40a66 --- /dev/null +++ b/vendor/github.com/nicksnyder/go-i18n @@ -0,0 +1 @@ +Subproject commit 5a40a66b242242b28cac9dd07177d50818512397 diff --git a/vendor/github.com/russross/blackfriday b/vendor/github.com/russross/blackfriday new file mode 160000 index 0000000..5f33e7b --- /dev/null +++ b/vendor/github.com/russross/blackfriday @@ -0,0 +1 @@ +Subproject commit 5f33e7b7878355cd2b7e6b8eefc48a5472c69f70 diff --git a/vendor/github.com/shurcooL/sanitized_anchor_name b/vendor/github.com/shurcooL/sanitized_anchor_name new file mode 160000 index 0000000..1dba4b3 --- /dev/null +++ b/vendor/github.com/shurcooL/sanitized_anchor_name @@ -0,0 +1 @@ +Subproject commit 1dba4b3954bc059efc3991ec364f9f9a35f597d2 diff --git a/vendor/gopkg.in/yaml.v2 b/vendor/gopkg.in/yaml.v2 new file mode 160000 index 0000000..a3f3340 --- /dev/null +++ b/vendor/gopkg.in/yaml.v2 @@ -0,0 +1 @@ +Subproject commit a3f3340b5840cee44f372bddb5880fcbc419b46a