-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy path.gitmodules
35 lines (34 loc) · 996 Bytes
/
.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
[submodule "sqlflow"]
path = sqlflow
url = https://github.com/sql-machine-learning/sqlflow
branch = develop
[submodule "elasticdl"]
path = elasticdl
url = https://github.com/sql-machine-learning/elasticdl
branch = develop
[submodule "models"]
path = models
url = https://github.com/sql-machine-learning/models
branch = develop
[submodule "gomaxcompute"]
path = gomaxcompute
url = https://github.com/sql-machine-learning/gomaxcompute
branch = develop
[submodule "gohive"]
path = gohive
url = https://github.com/sql-machine-learning/gohive
branch = develop
[submodule "pysqlflow"]
path = pysqlflow
url = https://github.com/sql-machine-learning/pysqlflow
branch = develop
[submodule "jsqlflow"]
path = jsqlflow
url = https://github.com/sql-machine-learning/jsqlflow
[submodule "goalisa"]
path = goalisa
url = https://github.com/sql-machine-learning/goalisa
[submodule "playground"]
path = playground
url = https://github.com/sql-machine-learning/playground
branch = master