diff options
Diffstat (limited to 'ethpipe/pipe.go')
-rw-r--r-- | ethpipe/pipe.go | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/ethpipe/pipe.go b/ethpipe/pipe.go index 50507143c..13085c887 100644 --- a/ethpipe/pipe.go +++ b/ethpipe/pipe.go @@ -4,12 +4,12 @@ import ( "fmt" "strings" - "github.com/ethereum/eth-go/ethchain" - "github.com/ethereum/eth-go/ethcrypto" - "github.com/ethereum/eth-go/ethlog" - "github.com/ethereum/eth-go/ethstate" - "github.com/ethereum/eth-go/ethutil" - "github.com/ethereum/eth-go/vm" + "github.com/ethereum/go-ethereum/ethchain" + "github.com/ethereum/go-ethereum/ethcrypto" + "github.com/ethereum/go-ethereum/ethlog" + "github.com/ethereum/go-ethereum/ethstate" + "github.com/ethereum/go-ethereum/ethutil" + "github.com/ethereum/go-ethereum/vm" ) var logger = ethlog.NewLogger("PIPE") |