-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitmodules
More file actions
27 lines (27 loc) · 883 Bytes
/
.gitmodules
File metadata and controls
27 lines (27 loc) · 883 Bytes
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
[submodule "vendor/go-script-bash"]
path = vendor/go-script-bash
url = https://github.com/nkakouros-forks/go-script-bash
branch = stable
[submodule "vendor/bash-infinity"]
path = vendor/bash-infinity
url = https://github.com/nkakouros-forks/bash-oo-framework
branch = stable
[submodule "vendor/autohook"]
path = vendor/autohook
url = https://github.com/nkakouros-forks/Autohook
branch = stable
[submodule "vendor/bats-core"]
path = vendor/bats-core
url = https://github.com/bats-core/bats-core
branch = master
[submodule "vendor/bats-support"]
path = vendor/bats-support
url = https://github.com/bats-core/bats-support
branch = master
[submodule "vendor/bats-file"]
path = vendor/bats-file
url = https://github.com/bats-core/bats-file
branch = master
[submodule "vendor/bats-assert"]
path = vendor/bats-assert
url = https://github.com/nkakouros-forks/bats-assert