-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
32 lines (32 loc) · 867 Bytes
/
.gitmodules
File metadata and controls
32 lines (32 loc) · 867 Bytes
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
[submodule "external/go"]
path = external/go
url = https://github.com/dappcore/go.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/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/io"]
path = external/io
url = https://github.com/dappcore/go-io.git
branch = dev
[submodule "external/log"]
path = external/log
url = https://github.com/dappcore/go-log.git
branch = dev
[submodule "external/rag"]
path = external/rag
url = https://github.com/dappcore/go-rag.git
branch = dev