diff options
Diffstat (limited to 'cmd/swarm/explore.go')
-rw-r--r-- | cmd/swarm/explore.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/swarm/explore.go b/cmd/swarm/explore.go index 5b5b8bf41..2280cade8 100644 --- a/cmd/swarm/explore.go +++ b/cmd/swarm/explore.go @@ -22,8 +22,8 @@ import ( "fmt" "os" - "github.com/ethereum/go-ethereum/cmd/utils" - "github.com/ethereum/go-ethereum/swarm/storage" + "github.com/dexon-foundation/dexon/cmd/utils" + "github.com/dexon-foundation/dexon/swarm/storage" "gopkg.in/urfave/cli.v1" ) |