-
Notifications
You must be signed in to change notification settings - Fork 76
/
.gitmodules
21 lines (21 loc) · 857 Bytes
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[submodule "go/src/golang.org/x/net"]
path = go/src/golang.org/x/net
url = https://go.googlesource.com/net
[submodule "go/src/github.com/spf13/cobra"]
path = go/src/github.com/spf13/cobra
url = https://github.com/spf13/cobra.git
[submodule "go/src/github.com/spf13/pflag"]
path = go/src/github.com/spf13/pflag
url = https://github.com/spf13/pflag.git
[submodule "go/src/github.com/gorilla/websocket"]
path = go/src/github.com/gorilla/websocket
url = https://github.com/gorilla/websocket
[submodule "cpp/uwebsockets/vendor/uWebSockets"]
path = cpp/uwebsockets/vendor/uWebSockets
url = https://github.com/uWebSockets/uWebSockets.git
[submodule "cpp/crow/vendor/crow"]
path = cpp/crow/vendor/crow
url = https://github.com/ipkn/crow.git
[submodule "cpp/vendor/rapidjson"]
path = cpp/vendor/rapidjson
url = https://github.com/miloyip/rapidjson.git