aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/swarm/global-store/global_store.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/swarm/global-store/global_store.go')
-rw-r--r--cmd/swarm/global-store/global_store.go10
1 files changed, 5 insertions, 5 deletions
diff --git a/cmd/swarm/global-store/global_store.go b/cmd/swarm/global-store/global_store.go
index a55756e1c..1210e0c3c 100644
--- a/cmd/swarm/global-store/global_store.go
+++ b/cmd/swarm/global-store/global_store.go
@@ -21,11 +21,11 @@ import (
"net/http"
"os"
- "github.com/ethereum/go-ethereum/log"
- "github.com/ethereum/go-ethereum/rpc"
- "github.com/ethereum/go-ethereum/swarm/storage/mock"
- "github.com/ethereum/go-ethereum/swarm/storage/mock/db"
- "github.com/ethereum/go-ethereum/swarm/storage/mock/mem"
+ "github.com/dexon-foundation/dexon/log"
+ "github.com/dexon-foundation/dexon/rpc"
+ "github.com/dexon-foundation/dexon/swarm/storage/mock"
+ "github.com/dexon-foundation/dexon/swarm/storage/mock/db"
+ "github.com/dexon-foundation/dexon/swarm/storage/mock/mem"
cli "gopkg.in/urfave/cli.v1"
)