-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.gitmodules
27 lines (27 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
25
26
27
[submodule "deps/snaplet-postgresql-simple"]
path = deps/snaplet-postgresql-simple
url = http://github.com/mightybyte/snaplet-postgresql-simple
[submodule "deps/websockets-snap"]
path = deps/websockets-snap
url = http://github.com/imalsogreg/websockets-snap
[submodule "deps/reflex-platform"]
path = deps/reflex-platform
url = https://github.com/ryantrinkle/try-reflex.git
[submodule "deps/reflex-dom-contrib"]
path = deps/reflex-dom-contrib
url = https://github.com/reflex-frp/reflex-dom-contrib.git
[submodule "deps/snap"]
path = deps/snap
url = https://github.com/snapframework/snap.git
[submodule "deps/snap-loader-static"]
path = deps/snap-loader-static
url = https://github.com/snapframework/snap-loader-static.git
[submodule "deps/snap-loader-dynamic"]
path = deps/snap-loader-dynamic
url = https://github.com/snapframework/snap-loader-dynamic.git
[submodule "deps/diagrams-reflex"]
path = deps/diagrams-reflex
url = https://github.com/mightybyte/diagrams-reflex.git
[submodule "deps/websockets"]
path = deps/websockets
url = https://github.com/jaspervdj/websockets.git