This repository has been archived by the owner on Jul 21, 2023. It is now read-only.
forked from OrchidTechnologies/orchid
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitmodules
126 lines (126 loc) · 3.96 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
[submodule "flutter"]
path = app-shared/flutter
url = https://github.com/flutter/flutter.git
[submodule "ethash"]
path = p2p/ethash
url = https://github.com/chfast/ethash.git
[submodule "boost"]
path = p2p/boost
url = https://github.com/boostorg/boost.git
[submodule "cppcoro"]
path = p2p/cppcoro
url = https://github.com/lewissbaker/cppcoro.git
[submodule "jsoncpp"]
path = p2p/jsoncpp
url = https://github.com/open-source-parsers/jsoncpp.git
[submodule "abseil-cpp"]
path = min-webrtc/abseil-cpp
url = https://github.com/abseil/abseil-cpp.git
[submodule "libsrtp"]
path = min-webrtc/libsrtp
url = https://chromium.googlesource.com/chromium/deps/libsrtp
[submodule "usrsctp"]
path = min-webrtc/usrsctp
url = https://github.com/sctplab/usrsctp.git
[submodule "sctp-idata"]
path = min-webrtc/sctp-idata
url = https://github.com/sctplab/sctp-idata.git
[submodule "webrtc"]
path = min-webrtc/webrtc
url = https://chromium.googlesource.com/external/webrtc
[submodule "openvpn3"]
path = p2p/openvpn3
url = https://github.com/OpenVPN/openvpn3.git
[submodule "lz4"]
path = p2p/lz4
url = https://github.com/lz4/lz4.git
[submodule "openzeppelin-solidity"]
path = openzeppelin-solidity
url = https://github.com/OpenZeppelin/openzeppelin-solidity.git
[submodule "libmaxminddb"]
path = vpn-shared/libmaxminddb
url = https://github.com/maxmind/libmaxminddb.git
[submodule "libevent"]
path = vpn-shared/libevent
url = https://github.com/libevent/libevent.git
[submodule "lwip"]
path = p2p/lwip
url = https://git.savannah.nongnu.org/git/lwip.git
[submodule "BeastHttp"]
path = p2p/BeastHttp
url = https://github.com/0xdead4ead/BeastHttp.git
[submodule "boringtun"]
path = vpn-shared/boringtun
url = https://github.com/cloudflare/boringtun.git
[submodule "tor"]
path = vpn-shared/tor
url = https://git.torproject.org/tor.git
[submodule "libutp"]
path = p2p/libutp
url = https://github.com/bittorrent/libutp.git
[submodule "flutter-desktop-embedding"]
path = app-shared/flutter-desktop-embedding
url = https://github.com/google/flutter-desktop-embedding
[submodule "flutter_web"]
path = pmp-ethereum/flutter_web
url = https://github.com/flutter/flutter_web.git
[submodule "url"]
path = p2p/url
url = https://github.com/cpp-netlib/url
[submodule "secp256k1"]
path = p2p/secp256k1
url = https://github.com/bitcoin-core/secp256k1.git
[submodule "openssl"]
path = min-webrtc/openssl
url = https://github.com/openssl/openssl
[submodule "libssh"]
path = vpn-shared/libssh
url = https://git.libssh.org/projects/libssh.git
[submodule "zlib"]
path = vpn-shared/zlib
url = https://github.com/madler/zlib.git
[submodule "eEVM"]
path = p2p/eEVM
url = https://github.com/microsoft/eEVM.git
[submodule "tap-windows6"]
path = vpn-windows/tap-windows6
url = https://github.com/OpenVPN/tap-windows6
[submodule "c-ares"]
path = p2p/c-ares
url = https://github.com/c-ares/c-ares.git
[submodule "sqlite"]
path = vpn-shared/sqlite
url = https://github.com/mackyle/sqlite.git
[submodule "SPCDNS"]
path = vpn-shared/SPCDNS
url = https://github.com/spc476/SPCDNS
[submodule "wireshark"]
path = min-wireshark/wireshark
url = https://code.wireshark.org/review/wireshark
[submodule "libgpg-error"]
path = min-wireshark/libgpg-error
url = https://github.com/gpg/libgpg-error.git
[submodule "libgcrypt"]
path = min-wireshark/libgcrypt
url = https://github.com/gpg/libgcrypt.git
[submodule "glib"]
path = min-wireshark/glib
url = https://github.com/GNOME/glib.git
[submodule "libiconv"]
path = min-wireshark/libiconv
url = https://git.savannah.gnu.org/git/libiconv.git
[submodule "gnulib"]
path = min-wireshark/gnulib
url = git://git.savannah.gnu.org/gnulib.git
[submodule "gpgme"]
path = p2p/gpgme
url = https://dev.gnupg.org/source/gpgme.git
[submodule "libcxxabi"]
path = env/libcxxabi
url = https://github.com/llvm-mirror/libcxxabi.git
[submodule "libcxx"]
path = env/libcxx
url = https://github.com/llvm-mirror/libcxx.git
[submodule "duktape"]
path = vpn-shared/duktape
url = https://github.com/svaarala/duktape.git