-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
48 lines (48 loc) · 1.28 KB
/
.gitmodules
File metadata and controls
48 lines (48 loc) · 1.28 KB
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
[submodule "external/go"]
path = external/go
url = https://github.com/dappcore/go.git
branch = dev
[submodule "external/config"]
path = external/config
url = https://github.com/dappcore/config.git
branch = dev
[submodule "external/gui"]
path = external/gui
url = https://github.com/dappcore/gui.git
branch = dev
[submodule "external/io"]
path = external/io
url = https://github.com/dappcore/go-io.git
branch = dev
[submodule "external/mcp"]
path = external/mcp
url = https://github.com/dappcore/mcp.git
branch = dev
[submodule "external/process"]
path = external/process
url = https://github.com/dappcore/go-process.git
branch = dev
[submodule "external/scm"]
path = external/scm
url = https://github.com/dappcore/go-scm.git
branch = dev
[submodule "external/store"]
path = external/store
url = https://github.com/dappcore/go-store.git
branch = dev
[submodule "external/ws"]
path = external/ws
url = https://github.com/dappcore/go-ws.git
branch = dev
[submodule "external/rag"]
path = external/rag
url = https://github.com/dappcore/go-rag.git
branch = dev
[submodule "external/webview"]
path = external/webview
url = https://github.com/dappcore/go-webview.git
branch = dev
[submodule "external/log"]
path = external/log
url = https://github.com/dappcore/go-log.git
branch = dev