aboutsummaryrefslogtreecommitdiffstats
path: root/swarm/api/http/test_server.go
diff options
context:
space:
mode:
Diffstat (limited to 'swarm/api/http/test_server.go')
-rw-r--r--swarm/api/http/test_server.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/swarm/api/http/test_server.go b/swarm/api/http/test_server.go
index 9245c9c5b..14de20c77 100644
--- a/swarm/api/http/test_server.go
+++ b/swarm/api/http/test_server.go
@@ -23,9 +23,9 @@ import (
"os"
"testing"
- "github.com/ethereum/go-ethereum/swarm/api"
- "github.com/ethereum/go-ethereum/swarm/storage"
- "github.com/ethereum/go-ethereum/swarm/storage/feed"
+ "github.com/dexon-foundation/dexon/swarm/api"
+ "github.com/dexon-foundation/dexon/swarm/storage"
+ "github.com/dexon-foundation/dexon/swarm/storage/feed"
)
type TestServer interface {