forked from michaelsauter/crane
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
36 lines (36 loc) · 1.56 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
28
29
30
31
32
33
34
35
36
[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/bjaglin/multiplexio"]
path = vendor/github.com/bjaglin/multiplexio
url = https://github.com/bjaglin/multiplexio
[submodule "vendor/github.com/fatih/color"]
path = vendor/github.com/fatih/color
url = https://github.com/fatih/color
[submodule "vendor/github.com/mattn/go-colorable"]
path = vendor/github.com/mattn/go-colorable
url = https://github.com/mattn/go-colorable
[submodule "vendor/github.com/mattn/go-isatty"]
path = vendor/github.com/mattn/go-isatty
url = https://github.com/mattn/go-isatty
[submodule "vendor/github.com/flynn/go-shlex"]
path = vendor/github.com/flynn/go-shlex
url = https://github.com/flynn/go-shlex
[submodule "vendor/gopkg.in/v2/yaml"]
path = vendor/gopkg.in/v2/yaml
url = https://gopkg.in/v2/yaml
[submodule "vendor/github.com/stretchr/testify"]
path = vendor/github.com/stretchr/testify
url = https://github.com/stretchr/testify
[submodule "vendor/github.com/imdario/mergo"]
path = vendor/github.com/imdario/mergo
url = https://github.com/imdario/mergo.git
[submodule "vendor/github.com/hashicorp/go-uuid"]
path = vendor/github.com/hashicorp/go-uuid
url = https://github.com/hashicorp/go-uuid.git