From 51a881a9c7f0e2d943c3359b2cfb12feb31c9081 Mon Sep 17 00:00:00 2001 From: Vaclav Pavlin Date: Tue, 11 Apr 2023 11:24:34 +0200 Subject: [PATCH] Remove nimble.lock to unblock building and running tests (#72) --- nimble.lock | 93 ----------------------------------------------------- 1 file changed, 93 deletions(-) delete mode 100644 nimble.lock diff --git a/nimble.lock b/nimble.lock deleted file mode 100644 index 0ab6c83..0000000 --- a/nimble.lock +++ /dev/null @@ -1,93 +0,0 @@ -{ - "version": 1, - "packages": { - "stew": { - "version": "0.1.0", - "vcsRevision": "cdb1f213d073fd2ecbdaf35a866417657da9294c", - "url": "https://github.com/status-im/nim-stew", - "downloadMethod": "git", - "dependencies": [], - "checksums": { - "sha1": "3dd9e4ec78d906b59b6f9bcf74f5f8fa6b5c24fe" - } - }, - "unittest2": { - "version": "0.0.5", - "vcsRevision": "da8398c45cafd5bd7772da1fc96e3924a18d3823", - "url": "https://github.com/status-im/nim-unittest2", - "downloadMethod": "git", - "dependencies": [], - "checksums": { - "sha1": "b3f8493a4948989ef3e645a38b23aad77e851e26" - } - }, - "httputils": { - "version": "0.3.0", - "vcsRevision": "a85bd52ae0a956983ca6b3267c72961d2ec0245f", - "url": "https://github.com/status-im/nim-http-utils", - "downloadMethod": "git", - "dependencies": [ - "stew", - "unittest2" - ], - "checksums": { - "sha1": "92933b21bcd29335f68e377e2b2193fa331e28b3" - } - }, - "bearssl": { - "version": "0.2.0", - "vcsRevision": "acf9645e328bdcab481cfda1c158e07ecd46bd7b", - "url": "https://github.com/status-im/nim-bearssl", - "downloadMethod": "git", - "dependencies": [ - "unittest2" - ], - "checksums": { - "sha1": "c939aef6a1c17c95131242a6292ade1c92380792" - } - }, - "chronos": { - "version": "3.0.11", - "vcsRevision": "8fcbe716b2f069480277aa6781782d3e311ee2c0", - "url": "https://github.com/status-im/nim-chronos", - "downloadMethod": "git", - "dependencies": [ - "stew", - "bearssl", - "httputils", - "unittest2" - ], - "checksums": { - "sha1": "a9f6c91ea5b2f48dddd8500c9556562185102808" - } - }, - "faststreams": { - "version": "0.3.0", - "vcsRevision": "814f8927e1f356f39219f37f069b83066bcc893a", - "url": "https://github.com/status-im/nim-faststreams", - "downloadMethod": "git", - "dependencies": [ - "stew", - "chronos", - "unittest2" - ], - "checksums": { - "sha1": "16c69a7b454d803dcf28f6115f42bb47421d9376" - } - }, - "serialization": { - "version": "0.1.0", - "vcsRevision": "5b7cea55efeb074daa8abd8146a03a34adb4521a", - "url": "https://github.com/status-im/nim-serialization", - "downloadMethod": "git", - "dependencies": [ - "faststreams", - "unittest2", - "stew" - ], - "checksums": { - "sha1": "433ee95c167fa9f8a4d6691d5e0e8d6b5d8516a6" - } - } - } -} \ No newline at end of file