~aleteoryx/muditaos

ref: a90da2fefb54386157a2df14ab1e3c72bfe3b70e muditaos/.gitmodules -rw-r--r-- 936 bytes
a90da2fe — Tomas Rogala [EGD-3437] PR changes 5 years ago
                                                                                
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
[submodule "module-utils/microtar"]
	path = module-utils/microtar
	url = ../microtar.git
[submodule "module-utils/segger"]
	path = module-utils/segger
	url = ../segger-utils.git
[submodule "module-utils/crc32"]
	path = module-utils/crc32
	url = ../crc32
[submodule "module-utils/sbini"]
	path = module-utils/sbini
	url = ../sbini
[submodule "module-utils/re2"]
	path = module-utils/re2
	url = ../re2.git
	branch = rt1051
	shallow = true
[submodule "module-utils/protobuf"]
	path = module-utils/protobuf
	url = ../protobuf.git
	branch = rt1051
	shallow = true
[submodule "module-utils/libphonenumber"]
	path = module-utils/libphonenumber
	url = ../libphonenumber.git
	branch = rt1051
	shallow = true
[submodule "test/googletest"]
	path = test/googletest
	url = https://github.com/google/googletest
	branch = 703bd9caab50b139428cea1aaff9974ebee5742e
[submodule "test/Catch2"]
	path = test/Catch2
	url = https://github.com/catchorg/Catch2