Skip to content

Commit

Permalink
Fix submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno Ferreira committed Oct 28, 2019
1 parent 2284f03 commit 145a6b9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
[submodule "deps/loguru"]
path = deps/loguru
url = https://github.com/emilk/loguru.git
shallow = true
[submodule "deps/json"]
path = deps/json
url = https://github.com/nlohmann/json.git
shallow = true
[submodule "deps/kitsune-ioc"]
path = deps/kitsune-ioc
url = https://github.com/shirayukikitsune/ioc.git
[submodule "deps/bandit/bandit"]
fetchRecurseSubmodules = false
shallow = true
[submodule "banditcpp"]
path = deps/bandit/bandit
url = https://github.com/banditcpp/bandit
shallow = true
branch = headers-only
1 change: 1 addition & 0 deletions deps/bandit/bandit
Submodule bandit added at bc7032

0 comments on commit 145a6b9

Please sign in to comment.