-
Notifications
You must be signed in to change notification settings - Fork 130
/
.gitmodules
31 lines (31 loc) · 1.08 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
[submodule "tests/googletest"]
path = tests/googletest
url = https://github.com/google/googletest
[submodule "external/src/RandomX"]
path = external/src/RandomX
url = https://github.com/SChernykh/RandomX
[submodule "external/src/rapidjson"]
path = external/src/rapidjson
url = https://github.com/SChernykh/rapidjson
[submodule "external/src/cppzmq"]
path = external/src/cppzmq
url = https://github.com/SChernykh/cppzmq
[submodule "external/src/libuv"]
path = external/src/libuv
url = https://github.com/SChernykh/libuv
[submodule "external/src/libzmq"]
path = external/src/libzmq
url = https://github.com/SChernykh/libzmq
[submodule "external/src/robin-hood-hashing"]
path = external/src/robin-hood-hashing
url = https://github.com/SChernykh/robin-hood-hashing
[submodule "external/src/curl"]
path = external/src/curl
url = https://github.com/SChernykh/curl
[submodule "external/src/miniupnp"]
path = external/src/miniupnp
url = https://github.com/SChernykh/miniupnp
[submodule "external/src/grpc"]
path = external/src/grpc
url = https://github.com/SChernykh/grpc
branch = v1.61.x