From c83e4ff320ffcfc81ba6f623be6ec4c5bd89375f Mon Sep 17 00:00:00 2001 From: Carl Kittelberger Date: Sun, 3 Jun 2018 01:11:27 +0200 Subject: [PATCH] Add even more submodules. --- .gitmodules | 9 +++++++++ vendor/github.com/alecthomas/template | 1 + vendor/github.com/alecthomas/units | 1 + vendor/github.com/mattn/go-runewidth | 1 + 4 files changed, 12 insertions(+) create mode 160000 vendor/github.com/alecthomas/template create mode 160000 vendor/github.com/alecthomas/units create mode 160000 vendor/github.com/mattn/go-runewidth diff --git a/.gitmodules b/.gitmodules index d575144..2f747f4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -23,3 +23,12 @@ [submodule "vendor/github.com/alecthomas/kingpin"] path = vendor/github.com/alecthomas/kingpin url = https://github.com/alecthomas/kingpin.git +[submodule "vendor/github.com/alecthomas/template"] + path = vendor/github.com/alecthomas/template + url = https://github.com/alecthomas/template.git +[submodule "vendor/github.com/alecthomas/units"] + path = vendor/github.com/alecthomas/units + url = https://github.com/alecthomas/units.git +[submodule "vendor/github.com/mattn/go-runewidth"] + path = vendor/github.com/mattn/go-runewidth + url = https://github.com/mattn/go-runewidth.git 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/mattn/go-runewidth b/vendor/github.com/mattn/go-runewidth new file mode 160000 index 0000000..ce7b0b5 --- /dev/null +++ b/vendor/github.com/mattn/go-runewidth @@ -0,0 +1 @@ +Subproject commit ce7b0b5c7b45a81508558cd1dba6bb1e4ddb51bb