From 15b46946556527280d2efcf9e6581183df2b94ad Mon Sep 17 00:00:00 2001 From: "Michael Bradley, Jr" Date: Thu, 2 Dec 2021 15:50:15 -0600 Subject: [PATCH] [wip] add submodule vendor/nim-http-utils --- .gitmodules | 3 +++ vendor/nim-http-utils | 1 + 2 files changed, 4 insertions(+) create mode 160000 vendor/nim-http-utils diff --git a/.gitmodules b/.gitmodules index 7bb22c99..c9c926f2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -121,3 +121,6 @@ [submodule "vendor/nim-task-runner"] path = vendor/nim-task-runner url = https://github.com/status-im/nim-task-runner.git +[submodule "vendor/nim-http-utils"] + path = vendor/nim-http-utils + url = https://github.com/status-im/nim-http-utils.git diff --git a/vendor/nim-http-utils b/vendor/nim-http-utils new file mode 160000 index 00000000..689da19e --- /dev/null +++ b/vendor/nim-http-utils @@ -0,0 +1 @@ +Subproject commit 689da19e9e9cfff4ced85e2b25c6b2b5598ed079