File: .gitmodules

package info (click to toggle)
crowdsec 1.4.6-10.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 18,500 kB
  • sloc: sh: 2,870; makefile: 386; python: 74
file content (16 lines) | stat: -rw-r--r-- 619 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[submodule "tests/lib/bats-core"]
	path = tests/lib/bats-core
	url = https://github.com/crowdsecurity/bats-core.git
        branch = v1.7.0
[submodule "tests/lib/bats-file"]
	path = tests/lib/bats-file
	url = https://github.com/crowdsecurity/bats-file.git
[submodule "tests/lib/bats-assert"]
	path = tests/lib/bats-assert
	url = https://github.com/crowdsecurity/bats-assert.git
[submodule "tests/lib/bats-support"]
	path = tests/lib/bats-support
	url = https://github.com/crowdsecurity/bats-support.git
[submodule "tests/lib/bats-mock"]
	path = tests/lib/bats-mock
	url = https://github.com/crowdsecurity/bats-mock.git