aboutsummaryrefslogtreecommitdiffstats
path: root/signer/core/stdioui.go
diff options
context:
space:
mode:
Diffstat (limited to 'signer/core/stdioui.go')
-rw-r--r--signer/core/stdioui.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/signer/core/stdioui.go b/signer/core/stdioui.go
index 64032386f..342488a70 100644
--- a/signer/core/stdioui.go
+++ b/signer/core/stdioui.go
@@ -21,9 +21,9 @@ import (
"context"
"sync"
- "github.com/ethereum/go-ethereum/internal/ethapi"
- "github.com/ethereum/go-ethereum/log"
- "github.com/ethereum/go-ethereum/rpc"
+ "github.com/dexon-foundation/dexon/internal/ethapi"
+ "github.com/dexon-foundation/dexon/log"
+ "github.com/dexon-foundation/dexon/rpc"
)
type StdIOUI struct {