aboutsummaryrefslogtreecommitdiffstats
path: root/core/vm/sqlvm/schema
diff options
context:
space:
mode:
authoryenlin.lai <yenlin.lai@cobinhood.com>2019-03-21 16:20:57 +0800
committerJhih-Ming Huang <jm.huang@cobinhood.com>2019-04-11 10:39:59 +0800
commitd6fcba4ee624241128e1f086a6b20c3c75bf928c (patch)
treecb297092a21953e697c165398661c8c33736bd9a /core/vm/sqlvm/schema
parent0f481a8a2bdafd44db0335bb8a167caa1ccacb4d (diff)
downloaddexon-d6fcba4ee624241128e1f086a6b20c3c75bf928c.tar
dexon-d6fcba4ee624241128e1f086a6b20c3c75bf928c.tar.gz
dexon-d6fcba4ee624241128e1f086a6b20c3c75bf928c.tar.bz2
dexon-d6fcba4ee624241128e1f086a6b20c3c75bf928c.tar.lz
dexon-d6fcba4ee624241128e1f086a6b20c3c75bf928c.tar.xz
dexon-d6fcba4ee624241128e1f086a6b20c3c75bf928c.tar.zst
dexon-d6fcba4ee624241128e1f086a6b20c3c75bf928c.zip
misc: replace shopspring/decimal with our fork
Diffstat (limited to 'core/vm/sqlvm/schema')
-rw-r--r--core/vm/sqlvm/schema/schema.go2
-rw-r--r--core/vm/sqlvm/schema/schema_test.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/core/vm/sqlvm/schema/schema.go b/core/vm/sqlvm/schema/schema.go
index d50a3ff46..708bbf672 100644
--- a/core/vm/sqlvm/schema/schema.go
+++ b/core/vm/sqlvm/schema/schema.go
@@ -4,7 +4,7 @@ import (
"errors"
"io"
- "github.com/shopspring/decimal"
+ "github.com/dexon-foundation/decimal"
"github.com/dexon-foundation/dexon/common"
"github.com/dexon-foundation/dexon/core/vm/sqlvm/ast"
diff --git a/core/vm/sqlvm/schema/schema_test.go b/core/vm/sqlvm/schema/schema_test.go
index 71f0ee6d3..37fa90bb0 100644
--- a/core/vm/sqlvm/schema/schema_test.go
+++ b/core/vm/sqlvm/schema/schema_test.go
@@ -7,7 +7,7 @@ import (
"reflect"
"testing"
- "github.com/shopspring/decimal"
+ "github.com/dexon-foundation/decimal"
"github.com/stretchr/testify/suite"
"github.com/dexon-foundation/dexon/core/vm/sqlvm/ast"