forked from Bitc0indad/gnostr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
160 lines (160 loc) · 4.14 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
[submodule "bins"]
path = bins
url = https://github.com/gnostr-org/gnostr-bins.git
branch = master
depth = shallow
[submodule "drives"]
path = drives
url = https://github.com/gnostr-org/gnostr-drives.git
branch = master
depth = shallow
[submodule "ext/wxWidgets-3.2.2.1"]
path = ext/wxWidgets-3.2.2.1
url = https://github.com/gnostr-org/wxWidgets.git
branch = master
depth = shallow
[submodule "gnostr-act"]
path = act
url = https://github.com/gnostr-org/gnostr-act.git
branch = master
depth = shallow
[submodule "gnostr-bits"]
path = bits
url = https://github.com/gnostr-org/gnostr-bits.git
branch = master
depth = shallow
[submodule "gnostr-cat"]
path = cat
url = https://github.com/gnostr-org/gnostr-cat.git
branch = master
depth = shallow
[submodule "gnostr-cli"]
path = cli
url = https://github.com/gnostr-org/gnostr-cli.git
branch = master
depth = shallow
[submodule "gnostr-core"]
path = core
url = https://github.com/gnostr-org/gnostr-core.git
branch = master
depth = shallow
[submodule "gnostr-db"]
path = db
url = https://github.com/gnostr-org/gnostr-db.git
branch = master
depth = shallow
[submodule "gnostr-ffi"]
path = ffi
url = https://github.com/gnostr-org/gnostr-ffi.git
branch = master
depth = shallow
[submodule "gnostr-get-relays"]
path = get-relays
url = https://github.com/gnostr-org/gnostr-get-relays.git
branch = master
depth = shallow
[submodule "gnostr-git"]
path = git
url = https://github.com/gnostr-org/gnostr-git.git
branch = master
depth = shallow
[submodule "gnostr-gossip"]
path = gossip
url = https://github.com/gnostr-org/gnostr-gossip.git
branch = master
depth = shallow
[submodule "gnostr-grep"]
path = grep
url = https://github.com/gnostr-org/gnostr-grep.git
branch = master
depth = shallow
[submodule "gnostr-jq"]
path = jq
url = https://github.com/gnostr-org/gnostr-jq.git
branch = master
depth = shallow
[submodule "gnostr-legit"]
path = legit
url = https://github.com/gnostr-org/gnostr-legit.git
branch = master
depth = shallow
[submodule "gnostr-lfs"]
path = lfs
url = https://github.com/gnostr-org/gnostr-lfs.git
branch = master
depth = shallow
[submodule "gnostr-org"]
path = org
url = https://github.com/gnostr-org/gnostr-org.git
branch = master
depth = shallow
[submodule "gnostr-proxy"]
path = proxy
url = https://github.com/gnostr-org/gnostr-proxy.git
branch = master
depth = shallow
[submodule "gnostr-py"]
path = py
url = https://github.com/gnostr-org/gnostr-py.git
branch = master
depth = shallow
[submodule "gnostr-relay"]
path = relay
url = https://github.com/gnostr-org/gnostr-relay.git
branch = master
depth = shallow
[submodule "gnostr-sha256"]
path = sha256
url = https://github.com/gnostr-org/gnostr-sha256.git
branch = master
depth = shallow
[submodule "hyper-nostr"]
path = hyper-nostr
url = https://github.com/gnostr-org/hyper-nostr.git
branch = master
depth = shallow
[submodule "hyper-sdk"]
path = hyper-sdk
url = https://github.com/gnostr-org/hyper-sdk.git
branch = master
depth = shallow
[submodule "modal"]
path = modal
url = https://github.com/gnostr-org/gnostr-modal.git
branch = master
depth = shallow
[submodule "nostr-protocol/nips"]
path = nips
url = https://github.com/nostr-protocol/nips.git
branch = master
depth = shallow
[submodule "nips"]
path = nips
url = https://github.com/gnostr-org/nips.git
branch = master
depth = shallow
[submodule "secp256k1"]
path = secp256k1
url = https://github.com/bitcoin/secp256k1.git
branch = master
depth = shallow
[submodule "src/libcjson"]
path = src/libcjson
url = https://github.com/gnostr-org/libcjson.git
branch = master
depth = shallow
[submodule "tui"]
path = tui
url = https://github.com/gnostr-org/gnostr-tui.git
branch = master
depth = shallow
[submodule "workspace"]
path = workspace
url = https://github.com/gnostr-org/gnostr-workspace.git
branch = main
depth = shallow
[submodule "gnostr-xq"]
path = xq
url = https://github.com/gnostr-org/gnostr-xq.git
branch = master
depth = shallow