-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy path.gitmodules
24 lines (24 loc) · 1.07 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
[submodule "vendor/github.com/xanzy/go-gitlab"]
path = vendor/github.com/xanzy/go-gitlab
url = https://github.com/xanzy/go-gitlab
[submodule "vendor/github.com/mitchellh/go-homedir"]
path = vendor/github.com/mitchellh/go-homedir
url = https://github.com/mitchellh/go-homedir
[submodule "vendor/github.com/google/go-github"]
path = vendor/github.com/google/go-github
url = https://github.com/google/go-github
[submodule "vendor/github.com/howeyc/gopass"]
path = vendor/github.com/howeyc/gopass
url = https://github.com/howeyc/gopass
[submodule "vendor/github.com/inconshreveable/go-update"]
path = vendor/github.com/inconshreveable/go-update
url = https://github.com/inconshreveable/go-update
[submodule "vendor/github.com/spf13/cobra"]
path = vendor/github.com/spf13/cobra
url = https://github.com/spf13/cobra
[submodule "vendor/github.com/spf13/viper"]
path = vendor/github.com/spf13/viper
url = https://github.com/spf13/viper
[submodule "vendor/github.com/google/go-querystring"]
path = vendor/github.com/google/go-querystring
url = https://github.com/google/go-querystring