-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitmodules
27 lines (27 loc) · 1.13 KB
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[submodule "vendor/github.com/BurntSushi/toml"]
path = vendor/github.com/BurntSushi/toml
url = https://github.com/BurntSushi/toml
[submodule "vendor/github.com/adlio/trello"]
path = vendor/github.com/adlio/trello
url = https://github.com/adlio/trello
[submodule "vendor/github.com/briandowns/spinner"]
path = vendor/github.com/briandowns/spinner
url = https://github.com/briandowns/spinner
[submodule "vendor/github.com/docopt/docopt-go"]
path = vendor/github.com/docopt/docopt-go
url = https://github.com/docopt/docopt-go
[submodule "vendor/github.com/fatih/color"]
path = vendor/github.com/fatih/color
url = https://github.com/fatih/color
[submodule "vendor/github.com/kovetskiy/lorg"]
path = vendor/github.com/kovetskiy/lorg
url = https://github.com/kovetskiy/lorg
[submodule "vendor/github.com/pkg/errors"]
path = vendor/github.com/pkg/errors
url = https://github.com/pkg/errors
[submodule "vendor/github.com/reconquest/hierr-go"]
path = vendor/github.com/reconquest/hierr-go
url = https://github.com/reconquest/hierr-go
[submodule "vendor/github.com/zazab/zhash"]
path = vendor/github.com/zazab/zhash
url = https://github.com/zazab/zhash