aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ethtest
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ethtest')
-rw-r--r--tests/ethtest/main.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/ethtest/main.go b/tests/ethtest/main.go
index 1f2a15e1c..fb423cbd0 100644
--- a/tests/ethtest/main.go
+++ b/tests/ethtest/main.go
@@ -8,9 +8,9 @@ import (
"os"
"strings"
- "github.com/ethereum/eth-go/ethstate"
- "github.com/ethereum/eth-go/ethutil"
- "github.com/ethereum/eth-go/tests/helper"
+ "github.com/ethereum/go-ethereum/ethstate"
+ "github.com/ethereum/go-ethereum/ethutil"
+ "github.com/ethereum/go-ethereum/tests/helper"
)
type Account struct {