diff options
Diffstat (limited to 'trie/proof_test.go')
-rw-r--r-- | trie/proof_test.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/trie/proof_test.go b/trie/proof_test.go index b20640db0..c580fd766 100644 --- a/trie/proof_test.go +++ b/trie/proof_test.go @@ -23,9 +23,9 @@ import ( "testing" "time" - "github.com/dexon-foundation/dexon/common" - "github.com/dexon-foundation/dexon/crypto" - "github.com/dexon-foundation/dexon/ethdb" + "github.com/tangerine-network/go-tangerine/common" + "github.com/tangerine-network/go-tangerine/crypto" + "github.com/tangerine-network/go-tangerine/ethdb" ) func init() { |