diff --git a/.gitmodules b/.gitmodules index 8236eb6..8e55a47 100644 --- a/.gitmodules +++ b/.gitmodules @@ -12,3 +12,9 @@ [submodule "vendor/nim-chronos"] path = vendor/nim-chronos url = https://github.com/michaelsbradleyjr/nim-chronos.git +[submodule "vendor/nim-http-utils"] + path = vendor/nim-http-utils + url = https://github.com/status-im/nim-http-utils.git +[submodule "vendor/nim-unittest2"] + path = vendor/nim-unittest2 + url = https://github.com/status-im/nim-unittest2.git diff --git a/vendor/nim-bearssl b/vendor/nim-bearssl index eebf730..0a7401a 160000 --- a/vendor/nim-bearssl +++ b/vendor/nim-bearssl @@ -1 +1 @@ -Subproject commit eebf730ccda5b5fade2a8f48b3da1496f2c47ba5 +Subproject commit 0a7401ad466d70bab31c5d6dc82d1d584e4ebd1f diff --git a/vendor/nim-http-utils b/vendor/nim-http-utils new file mode 160000 index 0000000..613ad40 --- /dev/null +++ b/vendor/nim-http-utils @@ -0,0 +1 @@ +Subproject commit 613ad40f00ab3d0ee839f9db9c4d25e5e0248dee diff --git a/vendor/nim-stew b/vendor/nim-stew index 932fa6c..ede0651 160000 --- a/vendor/nim-stew +++ b/vendor/nim-stew @@ -1 +1 @@ -Subproject commit 932fa6cef129126064e8c6eda46dcca6fbd555ad +Subproject commit ede0651741aa4f14f76c5560c3d2c6730757366d diff --git a/vendor/nim-unittest2 b/vendor/nim-unittest2 new file mode 160000 index 0000000..e788dea --- /dev/null +++ b/vendor/nim-unittest2 @@ -0,0 +1 @@ +Subproject commit e788deab3d59ff8a4fe103aeb5d82d3d82fcac7d