From b5635ef82f50255bc5ff2fe411722d870bcb587c Mon Sep 17 00:00:00 2001 From: Arnaud Date: Tue, 10 Dec 2024 09:44:14 +0100 Subject: [PATCH] Remove .lock and file and direct dependency to nim-results --- datastore.nimble | 1 - nimble.lock | 121 ----------------------------------------------- 2 files changed, 122 deletions(-) delete mode 100644 nimble.lock diff --git a/datastore.nimble b/datastore.nimble index 7aa6475..e00c130 100644 --- a/datastore.nimble +++ b/datastore.nimble @@ -13,7 +13,6 @@ requires "nim >= 1.2.0", "sqlite3_abi == 3.47.0.0", "leveldbstatic#0bd875d2b76c5b02c771fc1de136826dae6802c6", "stew >= 0.2.0", - "results >= 0.5.1", "unittest2 >= 0.2.3" task coverage, "generates code coverage report": diff --git a/nimble.lock b/nimble.lock deleted file mode 100644 index f9bbdd1..0000000 --- a/nimble.lock +++ /dev/null @@ -1,121 +0,0 @@ -{ - "version": 2, - "packages": { - "asynctest": { - "version": "0.5.2", - "vcsRevision": "32df0f19d6e0e6f84c762cf8de7361ddb419f4ba", - "url": "https://github.com/markspanbroek/asynctest", - "downloadMethod": "git", - "dependencies": [], - "checksums": { - "sha1": "4299d906d93ca5b4fa2f85e808fe868e0be65d43" - } - }, - "unittest2": { - "version": "0.2.3", - "vcsRevision": "845b6af28b9f68f02d320e03ad18eccccea7ddb9", - "url": "https://github.com/status-im/nim-unittest2", - "downloadMethod": "git", - "dependencies": [], - "checksums": { - "sha1": "6936b4e4676c9b37537d93f31cb8fc46f4ebaacb" - } - }, - "bearssl": { - "version": "0.2.5", - "vcsRevision": "667b40440a53a58e9f922e29e20818720c62d9ac", - "url": "https://github.com/status-im/nim-bearssl", - "downloadMethod": "git", - "dependencies": [ - "unittest2" - ], - "checksums": { - "sha1": "550e6f9321b85de53bba9c0ffab9c95ffbe12ab3" - } - }, - "results": { - "version": "0.5.1", - "vcsRevision": "df8113dda4c2d74d460a8fa98252b0b771bf1f27", - "url": "https://github.com/arnetheduck/nim-results", - "downloadMethod": "git", - "dependencies": [], - "checksums": { - "sha1": "a9c011f74bc9ed5c91103917b9f382b12e82a9e7" - } - }, - "stew": { - "version": "0.2.0", - "vcsRevision": "79e4fa5a9d3374db17ed63622714d3e1094c7f34", - "url": "https://github.com/status-im/nim-stew", - "downloadMethod": "git", - "dependencies": [ - "results", - "unittest2" - ], - "checksums": { - "sha1": "26d477c735913b7daa1dab53dd74803c88209634" - } - }, - "httputils": { - "version": "0.3.0", - "vcsRevision": "8bb1acbaa4b86eb866145b0d468eff64a57d1897", - "url": "https://github.com/status-im/nim-http-utils", - "downloadMethod": "git", - "dependencies": [ - "stew", - "results", - "unittest2" - ], - "checksums": { - "sha1": "e77263e385390e2e1ace602527c8491a48a85715" - } - }, - "chronos": { - "version": "4.0.3", - "vcsRevision": "c04576d829b8a0a1b12baaa8bc92037501b3a4a0", - "url": "https://github.com/status-im/nim-chronos", - "downloadMethod": "git", - "dependencies": [ - "results", - "stew", - "bearssl", - "httputils", - "unittest2" - ], - "checksums": { - "sha1": "ba179f34b0513ebd1615076f07b61e2e217bd228" - } - }, - "leveldbstatic": { - "version": "0.2.0", - "vcsRevision": "0bd875d2b76c5b02c771fc1de136826dae6802c6", - "url": "https://github.com/codex-storage/nim-leveldb", - "downloadMethod": "git", - "dependencies": [], - "checksums": { - "sha1": "269646c68f52a9756242731282ffb20cd3fb536d" - } - }, - "questionable": { - "version": "0.10.15", - "vcsRevision": "82d90b67bcfb7f2e918b61dace2ff1a4ced60935", - "url": "https://github.com/markspanbroek/questionable", - "downloadMethod": "git", - "dependencies": [], - "checksums": { - "sha1": "3238ff637c7b44d2fa8fcb839a8ded968e389de3" - } - }, - "sqlite3_abi": { - "version": "3.47.0.0", - "vcsRevision": "05bbff1af4e8fe2d972ba4b0667b89ca94d3ebba", - "url": "https://github.com/arnetheduck/nim-sqlite3-abi", - "downloadMethod": "git", - "dependencies": [], - "checksums": { - "sha1": "4057724e672b6b6f4d9b96b64914617b46e1bd69" - } - } - }, - "tasks": {} -}