Add even more submodules.
parent
975d38192d
commit
c83e4ff320
|
@ -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
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Subproject commit a0175ee3bccc567396460bf5acd36800cb10c49c
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 2efee857e7cfd4f3d0138cc3cbb1b4966962b93a
|
|
@ -0,0 +1 @@
|
|||
Subproject commit ce7b0b5c7b45a81508558cd1dba6bb1e4ddb51bb
|
Loading…
Reference in New Issue