aboutsummaryrefslogtreecommitdiffstats
path: root/jsre/jsre.go
diff options
context:
space:
mode:
Diffstat (limited to 'jsre/jsre.go')
-rw-r--r--jsre/jsre.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/jsre/jsre.go b/jsre/jsre.go
index 31ea955e6..a01fb56d8 100644
--- a/jsre/jsre.go
+++ b/jsre/jsre.go
@@ -2,7 +2,7 @@ package jsre
import (
"fmt"
- "github.com/obscuren/otto"
+ "github.com/robertkrimen/otto"
"io/ioutil"
"github.com/ethereum/go-ethereum/common"