diff --git a/.gitmodules b/.gitmodules index bb5d05f..8bb3503 100644 --- a/.gitmodules +++ b/.gitmodules @@ -2,12 +2,12 @@ path = awsm url = https://github.com/gwsystems/aWsm ignore = dirty -[submodule "runtime/thirdparty/http-parser"] +[submodule "http-parser"] path = runtime/thirdparty/http-parser url = https://github.com/gwsystems/http-parser.git -[submodule "runtime/thirdparty/jsmn"] -path = runtime/thirdparty/jsmn -url = https://github.com/gwsystems/jsmn.git -[submodule "runtime/thirdparty/ck"] +[submodule "ck"] path = runtime/thirdparty/ck url = https://github.com/gwsystems/ck.git +[submodule "jsmn"] +path = runtime/thirdparty/jsmn +url = https://github.com/gwsystems/jsmn.git diff --git a/awsm b/awsm new file mode 160000 index 0000000..e918b61 --- /dev/null +++ b/awsm @@ -0,0 +1 @@ +Subproject commit e918b61138ce171150f939ea1c9c1fe7798abfda diff --git a/runtime/thirdparty/ck b/runtime/thirdparty/ck new file mode 160000 index 0000000..c2bdf29 --- /dev/null +++ b/runtime/thirdparty/ck @@ -0,0 +1 @@ +Subproject commit c2bdf2926fd14f9868c82d0b59fd842e4718379a diff --git a/runtime/thirdparty/http-parser b/runtime/thirdparty/http-parser new file mode 160000 index 0000000..2343fd6 --- /dev/null +++ b/runtime/thirdparty/http-parser @@ -0,0 +1 @@ +Subproject commit 2343fd6b5214b2ded2cdcf76de2bf60903bb90cd diff --git a/runtime/thirdparty/jsmn b/runtime/thirdparty/jsmn new file mode 160000 index 0000000..053d3cd --- /dev/null +++ b/runtime/thirdparty/jsmn @@ -0,0 +1 @@ +Subproject commit 053d3cd29200edb1bfd181d917d140c16c1f8834