aboutsummaryrefslogtreecommitdiffstats
path: root/ethchain/dagger.go
diff options
context:
space:
mode:
Diffstat (limited to 'ethchain/dagger.go')
-rw-r--r--ethchain/dagger.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/ethchain/dagger.go b/ethchain/dagger.go
index 2d2b5720f..7efcf469d 100644
--- a/ethchain/dagger.go
+++ b/ethchain/dagger.go
@@ -6,9 +6,9 @@ import (
"math/rand"
"time"
- "github.com/ethereum/eth-go/ethcrypto"
- "github.com/ethereum/eth-go/ethlog"
- "github.com/ethereum/eth-go/ethutil"
+ "github.com/ethereum/go-ethereum/ethcrypto"
+ "github.com/ethereum/go-ethereum/ethlog"
+ "github.com/ethereum/go-ethereum/ethutil"
"github.com/obscuren/sha3"
)