aboutsummaryrefslogtreecommitdiffstats
path: root/swarm/storage/encryption/encryption_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'swarm/storage/encryption/encryption_test.go')
-rw-r--r--swarm/storage/encryption/encryption_test.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/swarm/storage/encryption/encryption_test.go b/swarm/storage/encryption/encryption_test.go
index 3b4f8a4e3..42ecac870 100644
--- a/swarm/storage/encryption/encryption_test.go
+++ b/swarm/storage/encryption/encryption_test.go
@@ -20,9 +20,9 @@ import (
"bytes"
"testing"
- "github.com/ethereum/go-ethereum/common"
- "github.com/ethereum/go-ethereum/common/hexutil"
- "github.com/ethereum/go-ethereum/swarm/testutil"
+ "github.com/dexon-foundation/dexon/common"
+ "github.com/dexon-foundation/dexon/common/hexutil"
+ "github.com/dexon-foundation/dexon/swarm/testutil"
"golang.org/x/crypto/sha3"
)