aboutsummaryrefslogtreecommitdiffstats
path: root/swarm/storage/localstore/mode_get.go
diff options
context:
space:
mode:
Diffstat (limited to 'swarm/storage/localstore/mode_get.go')
-rw-r--r--swarm/storage/localstore/mode_get.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/swarm/storage/localstore/mode_get.go b/swarm/storage/localstore/mode_get.go
index 3a69f6e9d..16080f4f9 100644
--- a/swarm/storage/localstore/mode_get.go
+++ b/swarm/storage/localstore/mode_get.go
@@ -17,9 +17,9 @@
package localstore
import (
- "github.com/ethereum/go-ethereum/log"
- "github.com/ethereum/go-ethereum/swarm/shed"
- "github.com/ethereum/go-ethereum/swarm/storage"
+ "github.com/dexon-foundation/dexon/log"
+ "github.com/dexon-foundation/dexon/swarm/shed"
+ "github.com/dexon-foundation/dexon/swarm/storage"
"github.com/syndtr/goleveldb/leveldb"
)