diff --git a/.gitmodules b/.gitmodules index 1067759..36c8483 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/deps/bandit/bandit b/deps/bandit/bandit new file mode 160000 index 0000000..bc7032c --- /dev/null +++ b/deps/bandit/bandit @@ -0,0 +1 @@ +Subproject commit bc7032ca428c1d1ffc2e9cdff158d031a7b441a7