diff options
Diffstat (limited to 'signer/core/cliui.go')
-rw-r--r-- | signer/core/cliui.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/signer/core/cliui.go b/signer/core/cliui.go index dc970519e..9e5d98c5c 100644 --- a/signer/core/cliui.go +++ b/signer/core/cliui.go @@ -25,9 +25,9 @@ import ( "sync" "github.com/davecgh/go-spew/spew" - "github.com/dexon-foundation/dexon/common/hexutil" - "github.com/dexon-foundation/dexon/internal/ethapi" - "github.com/dexon-foundation/dexon/log" + "github.com/tangerine-network/go-tangerine/common/hexutil" + "github.com/tangerine-network/go-tangerine/internal/ethapi" + "github.com/tangerine-network/go-tangerine/log" "golang.org/x/crypto/ssh/terminal" ) |