diff options
Diffstat (limited to 'dex/handler_test.go')
-rw-r--r-- | dex/handler_test.go | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/dex/handler_test.go b/dex/handler_test.go index 75a57c125..80f36ae9e 100644 --- a/dex/handler_test.go +++ b/dex/handler_test.go @@ -22,15 +22,15 @@ import ( "math/rand" "testing" - "github.com/dexon-foundation/dexon/common" - "github.com/dexon-foundation/dexon/core" - "github.com/dexon-foundation/dexon/core/state" - "github.com/dexon-foundation/dexon/core/types" - "github.com/dexon-foundation/dexon/crypto" - "github.com/dexon-foundation/dexon/dex/downloader" - "github.com/dexon-foundation/dexon/ethdb" - "github.com/dexon-foundation/dexon/p2p" - "github.com/dexon-foundation/dexon/params" + "github.com/tangerine-network/go-tangerine/common" + "github.com/tangerine-network/go-tangerine/core" + "github.com/tangerine-network/go-tangerine/core/state" + "github.com/tangerine-network/go-tangerine/core/types" + "github.com/tangerine-network/go-tangerine/crypto" + "github.com/tangerine-network/go-tangerine/dex/downloader" + "github.com/tangerine-network/go-tangerine/ethdb" + "github.com/tangerine-network/go-tangerine/p2p" + "github.com/tangerine-network/go-tangerine/params" ) // Tests that protocol versions and modes of operations are matched up properly. |