aboutsummaryrefslogtreecommitdiffstats
path: root/ethwire
diff options
context:
space:
mode:
Diffstat (limited to 'ethwire')
-rw-r--r--ethwire/messages2.go2
-rw-r--r--ethwire/messaging.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/ethwire/messages2.go b/ethwire/messages2.go
index a52b79bd7..ebbc7c912 100644
--- a/ethwire/messages2.go
+++ b/ethwire/messages2.go
@@ -7,7 +7,7 @@ import (
"net"
"time"
- "github.com/ethereum/eth-go/ethutil"
+ "github.com/ethereum/go-ethereum/ethutil"
)
// The connection object allows you to set up a connection to the Ethereum network.
diff --git a/ethwire/messaging.go b/ethwire/messaging.go
index cef520547..f1757f40f 100644
--- a/ethwire/messaging.go
+++ b/ethwire/messaging.go
@@ -8,7 +8,7 @@ import (
"net"
"time"
- "github.com/ethereum/eth-go/ethutil"
+ "github.com/ethereum/go-ethereum/ethutil"
)
// Connection interface describing the methods required to implement the wire protocol.