diff options
Diffstat (limited to 'swarm/fuse/fuse_file.go')
-rw-r--r-- | swarm/fuse/fuse_file.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/swarm/fuse/fuse_file.go b/swarm/fuse/fuse_file.go index ca04f737e..073351f59 100644 --- a/swarm/fuse/fuse_file.go +++ b/swarm/fuse/fuse_file.go @@ -26,8 +26,8 @@ import ( "bazil.org/fuse" "bazil.org/fuse/fs" - "github.com/ethereum/go-ethereum/swarm/log" - "github.com/ethereum/go-ethereum/swarm/storage" + "github.com/dexon-foundation/dexon/swarm/log" + "github.com/dexon-foundation/dexon/swarm/storage" "golang.org/x/net/context" ) |