diff options
Diffstat (limited to 'cmd/swarm/fs.go')
-rw-r--r-- | cmd/swarm/fs.go | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cmd/swarm/fs.go b/cmd/swarm/fs.go index edeeddff8..ba68ed7b7 100644 --- a/cmd/swarm/fs.go +++ b/cmd/swarm/fs.go @@ -23,10 +23,10 @@ import ( "strings" "time" - "github.com/ethereum/go-ethereum/cmd/utils" - "github.com/ethereum/go-ethereum/log" - "github.com/ethereum/go-ethereum/rpc" - "github.com/ethereum/go-ethereum/swarm/fuse" + "github.com/dexon-foundation/dexon/cmd/utils" + "github.com/dexon-foundation/dexon/log" + "github.com/dexon-foundation/dexon/rpc" + "github.com/dexon-foundation/dexon/swarm/fuse" "gopkg.in/urfave/cli.v1" ) |