From de3effa07f1b8e35b924f7ea987d2ea6e253a45e Mon Sep 17 00:00:00 2001 From: Jazz Turner-Baggs <473256+jazzz@users.noreply.github.com> Date: Mon, 16 Feb 2026 14:06:37 -0800 Subject: [PATCH] Remove uneeded vendored deps --- .gitmodules | 25 ------------------------- vendor/constantine | 1 - vendor/illwill | 1 - vendor/nim-ffi | 1 - vendor/nim-sds | 1 - vendor/nim_chacha20_poly1305 | 1 - 6 files changed, 30 deletions(-) delete mode 160000 vendor/constantine delete mode 160000 vendor/illwill delete mode 160000 vendor/nim-ffi delete mode 160000 vendor/nim-sds delete mode 160000 vendor/nim_chacha20_poly1305 diff --git a/.gitmodules b/.gitmodules index 04c430b..b6ecc2e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -6,11 +6,6 @@ url = https://github.com/waku-org/nwaku.git ignore = untracked branch = master -[submodule "vendor/nim-sds"] - path = vendor/nim-sds - url = https://github.com/jazzz/nim-sds.git - ignore = untracked - branch = master [submodule "vendor/nim-protobuf-serialization"] path = vendor/nim-protobuf-serialization url = https://github.com/status-im/nim-protobuf-serialization.git @@ -26,26 +21,6 @@ url = https://github.com/narimiran/blake2.git ignore = untracked branch = master -[submodule "vendor/illwill"] - path = vendor/illwill - url = https://github.com/johnnovak/illwill.git - ignore = untracked - branch = master -[submodule "vendor/nim_chacha20_poly1305"] - path = vendor/nim_chacha20_poly1305 - url = https://github.com/lantos-lgtm/nim_chacha20_poly1305.git - ignore = untracked - branch = master -[submodule "vendor/constantine"] - path = vendor/constantine - url = https://github.com/mratsim/constantine.git - ignore = untracked - branch = master -[submodule "vendor/nim-ffi"] - path = vendor/nim-ffi - url = https://github.com/logos-messaging/nim-ffi.git - ignore = untracked - branch = master [submodule "vendor/libchat"] path = vendor/libchat url = https://github.com/logos-messaging/libchat.git diff --git a/vendor/constantine b/vendor/constantine deleted file mode 160000 index d6aae1e..0000000 --- a/vendor/constantine +++ /dev/null @@ -1 +0,0 @@ -Subproject commit d6aae1eca3775d6317e11b169edef0249162ce22 diff --git a/vendor/illwill b/vendor/illwill deleted file mode 160000 index 99a120f..0000000 --- a/vendor/illwill +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 99a120f7f69868b94f5d35ce7e21dd12535de70c diff --git a/vendor/nim-ffi b/vendor/nim-ffi deleted file mode 160000 index 06111de..0000000 --- a/vendor/nim-ffi +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 06111de155253b34e47ed2aaed1d61d08d62cc1b diff --git a/vendor/nim-sds b/vendor/nim-sds deleted file mode 160000 index 6a05cfd..0000000 --- a/vendor/nim-sds +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 6a05cfd2c954886ebbe46adb222ecc1dc9117fd0 diff --git a/vendor/nim_chacha20_poly1305 b/vendor/nim_chacha20_poly1305 deleted file mode 160000 index ad06aff..0000000 --- a/vendor/nim_chacha20_poly1305 +++ /dev/null @@ -1 +0,0 @@ -Subproject commit ad06aff319bdb5d61cebd56d2d0e31c3516112c6