mirror of
https://github.com/logos-storage/logos-storage-nim-dht.git
synced 2026-01-02 13:33:08 +00:00
fix imports: remove pkg/
pkg/ is specific to how old nimble handles packages. Nimble 0.14 (with lock file support) uses pkg2/ Anyway, pkg or pkg2 are not needed, better remove. Signed-off-by: Csaba Kiraly <csaba.kiraly@gmail.com>
This commit is contained in:
parent
3fe554cd5f
commit
f707e44c86
@ -10,11 +10,11 @@
|
||||
import std/sequtils
|
||||
import std/strutils
|
||||
|
||||
import pkg/chronos
|
||||
import pkg/libp2p
|
||||
import pkg/datastore
|
||||
import pkg/questionable
|
||||
import pkg/questionable/results
|
||||
import chronos
|
||||
import libp2p
|
||||
import datastore
|
||||
import questionable
|
||||
import questionable/results
|
||||
|
||||
import ../node
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user