diff options
Diffstat (limited to 'dex/downloader/queue.go')
-rw-r--r-- | dex/downloader/queue.go | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/dex/downloader/queue.go b/dex/downloader/queue.go index ea847913f..6fbd65b1b 100644 --- a/dex/downloader/queue.go +++ b/dex/downloader/queue.go @@ -25,11 +25,11 @@ import ( "sync" "time" - "github.com/dexon-foundation/dexon/common" - "github.com/dexon-foundation/dexon/common/prque" - "github.com/dexon-foundation/dexon/core/types" - "github.com/dexon-foundation/dexon/log" - "github.com/dexon-foundation/dexon/metrics" + "github.com/tangerine-network/go-tangerine/common" + "github.com/tangerine-network/go-tangerine/common/prque" + "github.com/tangerine-network/go-tangerine/core/types" + "github.com/tangerine-network/go-tangerine/log" + "github.com/tangerine-network/go-tangerine/metrics" ) var ( |