diff options
Diffstat (limited to 'tests/gen_vmexec.go')
-rw-r--r-- | tests/gen_vmexec.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/gen_vmexec.go b/tests/gen_vmexec.go index b8d969870..280b3ea71 100644 --- a/tests/gen_vmexec.go +++ b/tests/gen_vmexec.go @@ -7,9 +7,9 @@ import ( "errors" "math/big" - "github.com/dexon-foundation/dexon/common" - "github.com/dexon-foundation/dexon/common/hexutil" - "github.com/dexon-foundation/dexon/common/math" + "github.com/tangerine-network/go-tangerine/common" + "github.com/tangerine-network/go-tangerine/common/hexutil" + "github.com/tangerine-network/go-tangerine/common/math" ) var _ = (*vmExecMarshaling)(nil) |