@ -6,7 +6,7 @@ import (
"github.com/ethereum/eth-go/ethchain"
"github.com/ethereum/eth-go/ethpub"
"github.com/ethereum/eth-go/ethutil"
"github.com/robertkrimen/otto"
"github.com/obscuren/otto"
)
type JSRE struct {
@ -4,7 +4,7 @@ import (
"fmt"
"github.com/ethereum/eth-go"
type Repl interface {
@ -8,7 +8,7 @@ package main
import "C"
import (
"strings"
"unsafe"