diff options
Diffstat (limited to 'ethereum/repl_darwin.go')
-rw-r--r-- | ethereum/repl_darwin.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ethereum/repl_darwin.go b/ethereum/repl_darwin.go index 87da3df1d..cf6e24e18 100644 --- a/ethereum/repl_darwin.go +++ b/ethereum/repl_darwin.go @@ -8,7 +8,7 @@ package main import "C" import ( - "github.com/robertkrimen/otto" + "github.com/obscuren/otto" "strings" "unsafe" ) |