Skip to content

Commit b2e6e35

Browse files
committed
Vendor external dependencies
[skip ci]
1 parent 613481c commit b2e6e35

File tree

7 files changed

+24
-0
lines changed

7 files changed

+24
-0
lines changed

.gitmodules

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,21 @@
44
[submodule "vendor/github.com/mitchellh/go-homedir"]
55
path = vendor/github.com/mitchellh/go-homedir
66
url = https://github.com/mitchellh/go-homedir
7+
[submodule "vendor/github.com/google/go-github"]
8+
path = vendor/github.com/google/go-github
9+
url = https://github.com/google/go-github
10+
[submodule "vendor/github.com/howeyc/gopass"]
11+
path = vendor/github.com/howeyc/gopass
12+
url = https://github.com/howeyc/gopass
13+
[submodule "vendor/github.com/inconshreveable/go-update"]
14+
path = vendor/github.com/inconshreveable/go-update
15+
url = https://github.com/inconshreveable/go-update
16+
[submodule "vendor/github.com/spf13/cobra"]
17+
path = vendor/github.com/spf13/cobra
18+
url = https://github.com/spf13/cobra
19+
[submodule "vendor/github.com/spf13/viper"]
20+
path = vendor/github.com/spf13/viper
21+
url = https://github.com/spf13/viper
22+
[submodule "vendor/github.com/google/go-querystring"]
23+
path = vendor/github.com/google/go-querystring
24+
url = https://github.com/google/go-querystring

vendor/github.com/google/go-github

Submodule go-github added at 2806581
Submodule go-querystring added at 53e6ce1

vendor/github.com/howeyc/gopass

Submodule gopass added at bf9dde6
Submodule go-update added at 8152e7e

vendor/github.com/spf13/cobra

Submodule cobra added at ee40558

vendor/github.com/spf13/viper

Submodule viper added at 7538d73

0 commit comments

Comments
 (0)