aboutsummaryrefslogtreecommitdiffstats
path: root/swarm/storage/localstore/localstore.go
diff options
context:
space:
mode:
Diffstat (limited to 'swarm/storage/localstore/localstore.go')
-rw-r--r--swarm/storage/localstore/localstore.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/swarm/storage/localstore/localstore.go b/swarm/storage/localstore/localstore.go
index 7a9fb54f5..c828deb12 100644
--- a/swarm/storage/localstore/localstore.go
+++ b/swarm/storage/localstore/localstore.go
@@ -23,10 +23,10 @@ import (
"sync"
"time"
- "github.com/ethereum/go-ethereum/log"
- "github.com/ethereum/go-ethereum/swarm/shed"
- "github.com/ethereum/go-ethereum/swarm/storage"
- "github.com/ethereum/go-ethereum/swarm/storage/mock"
+ "github.com/dexon-foundation/dexon/log"
+ "github.com/dexon-foundation/dexon/swarm/shed"
+ "github.com/dexon-foundation/dexon/swarm/storage"
+ "github.com/dexon-foundation/dexon/swarm/storage/mock"
)
var (