aboutsummaryrefslogtreecommitdiffstats
path: root/ethpipe/pipe_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'ethpipe/pipe_test.go')
-rw-r--r--ethpipe/pipe_test.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/ethpipe/pipe_test.go b/ethpipe/pipe_test.go
index 071213050..3b5dc5e4c 100644
--- a/ethpipe/pipe_test.go
+++ b/ethpipe/pipe_test.go
@@ -3,9 +3,9 @@ package ethpipe
import (
"testing"
- "github.com/ethereum/eth-go/ethcrypto"
- "github.com/ethereum/eth-go/ethstate"
- "github.com/ethereum/eth-go/ethutil"
+ "github.com/ethereum/go-ethereum/ethcrypto"
+ "github.com/ethereum/go-ethereum/ethstate"
+ "github.com/ethereum/go-ethereum/ethutil"
)
func Val(v interface{}) *ethutil.Value {