forked from oss-review-toolkit/ort
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
36 lines (36 loc) · 1.48 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
[submodule "directories"]
path = analyzer/src/funTest/assets/projects/external/directories
url = https://github.com/soc/directories-jvm
ignore = untracked
[submodule "example-python-flask"]
path = analyzer/src/funTest/assets/projects/external/example-python-flask
url = https://github.com/deis/example-python-flask.git
ignore = untracked
[submodule "jgnash"]
path = analyzer/src/funTest/assets/projects/external/jgnash
url = https://github.com/ccavanaugh/jgnash.git
ignore = untracked
[submodule "spdx-tools-python"]
path = analyzer/src/funTest/assets/projects/external/spdx-tools-python
url = https://github.com/spdx/tools-python.git
ignore = untracked
[submodule "qmstr"]
path = analyzer/src/funTest/assets/projects/external/qmstr
url = https://github.com/QMSTR/qmstr.git
ignore = untracked
[submodule "sprig"]
path = analyzer/src/funTest/assets/projects/external/sprig
url = https://github.com/Masterminds/sprig.git
ignore = untracked
[submodule "godep"]
path = analyzer/src/funTest/assets/projects/external/godep
url = https://github.com/tools/godep.git
ignore = untracked
[submodule "quickcheck-state-machine"]
path = analyzer/src/funTest/assets/projects/external/quickcheck-state-machine
url = https://github.com/advancedtelematic/quickcheck-state-machine.git
ignore = untracked
[submodule "sbt-multi-project-example"]
path = analyzer/src/funTest/assets/projects/external/sbt-multi-project-example
url = https://github.com/pbassiner/sbt-multi-project-example.git
ignore = untracked