mirror of
https://github.com/logos-storage/logos-storage-nim-dht.git
synced 2026-01-02 13:33:08 +00:00
attempt to fix import paths
This commit is contained in:
parent
b3fd45d200
commit
825e31d132
@ -8,7 +8,6 @@ skipDirs = @["tests"]
|
||||
|
||||
# Dependencies
|
||||
requires "nim >= 1.6.18"
|
||||
requires "unittest2 <= 0.0.9"
|
||||
requires "secp256k1#2acbbdcc0e63002a013fff49f015708522875832" # >= 0.5.2 & < 0.6.0
|
||||
requires "protobuf_serialization" # >= 0.2.0 & < 0.3.0
|
||||
requires "nimcrypto >= 0.5.4"
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
import
|
||||
std/tables,
|
||||
chronos, chronicles, stint, asynctest/chronos/unittest2, stew/shims/net,
|
||||
chronos, chronicles, stint, asynctest/chronos/unittest, stew/shims/net,
|
||||
stew/byteutils, bearssl/rand,
|
||||
libp2p/crypto/crypto,
|
||||
codexdht/discv5/[transport, spr, node, routing_table, encoding, sessions, nodes_verification],
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
import
|
||||
std/[options, sequtils, tables],
|
||||
asynctest/unittest2,
|
||||
asynctest/chronos/unittest2,
|
||||
bearssl/rand,
|
||||
chronos,
|
||||
libp2p/crypto/secp,
|
||||
|
||||
@ -8,5 +8,6 @@ installFiles = @["build.nims"]
|
||||
|
||||
# Dependencies
|
||||
requires "asynctest >= 0.5.2 & < 0.6.0"
|
||||
requires "unittest2 <= 0.0.9"
|
||||
|
||||
include "build.nims"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user