diff options
Diffstat (limited to 'dev_console.go')
-rw-r--r-- | dev_console.go | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev_console.go b/dev_console.go index d3635986b..ff2539b03 100644 --- a/dev_console.go +++ b/dev_console.go @@ -6,10 +6,10 @@ import ( "errors" "fmt" "github.com/ethereum/eth-go" - "github.com/ethereum/ethchain-go" - "github.com/ethereum/ethdb-go" - "github.com/ethereum/ethutil-go" - "github.com/ethereum/ethwire-go" + "github.com/ethereum/eth-go/ethchain" + "github.com/ethereum/eth-go/ethdb" + "github.com/ethereum/eth-go/ethutil" + "github.com/ethereum/eth-go/ethwire" _ "math/big" "os" "strings" |