diff options
Diffstat (limited to 'utils/websockets.go')
-rw-r--r-- | utils/websockets.go | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/utils/websockets.go b/utils/websockets.go index e89331a98..7bda805ac 100644 --- a/utils/websockets.go +++ b/utils/websockets.go @@ -1,10 +1,10 @@ package utils import ( - "github.com/ethereum/eth-go" - "github.com/ethereum/eth-go/ethpipe" - "github.com/ethereum/eth-go/ethutil" - "github.com/ethereum/eth-go/websocket" + "github.com/ethereum/go-ethereum" + "github.com/ethereum/go-ethereum/ethpipe" + "github.com/ethereum/go-ethereum/ethutil" + "github.com/ethereum/go-ethereum/websocket" ) func args(v ...interface{}) []interface{} { |