-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitmodules
18 lines (18 loc) · 849 Bytes
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[submodule "src/github.com/jmoiron/sqlx"]
path = src/vendor/github.com/jmoiron/sqlx
url = https://github.com/jmoiron/sqlx.git
[submodule "src/github.com/mattn/go-sqlite3"]
path = src/vendor/github.com/mattn/go-sqlite3
url = https://github.com/mattn/go-sqlite3
[submodule "src/vendor/github.com/julienschmidt/httprouter"]
path = src/vendor/github.com/julienschmidt/httprouter
url = https://github.com/julienschmidt/httprouter.git
[submodule "src/vendor/github.com/pelletier/go-toml"]
path = src/vendor/github.com/pelletier/go-toml
url = https://github.com/pelletier/go-toml.git
[submodule "src/vendor/github.com/spf13/cobra"]
path = src/vendor/github.com/spf13/cobra
url = https://github.com/spf13/cobra.git
[submodule "src/vendor/github.com/spf13/pflag"]
path = src/vendor/github.com/spf13/pflag
url = https://github.com/spf13/pflag.git