diff options
Diffstat (limited to 'internal/jsre/jsre.go')
-rw-r--r-- | internal/jsre/jsre.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/jsre/jsre.go b/internal/jsre/jsre.go index 78f0aa503..72825d27d 100644 --- a/internal/jsre/jsre.go +++ b/internal/jsre/jsre.go @@ -26,9 +26,9 @@ import ( "math/rand" "time" - "github.com/dexon-foundation/dexon/common" - "github.com/dexon-foundation/dexon/internal/jsre/deps" "github.com/robertkrimen/otto" + "github.com/tangerine-network/go-tangerine/common" + "github.com/tangerine-network/go-tangerine/internal/jsre/deps" ) var ( |