diff options
author | yenlin.lai <yenlin.lai@cobinhood.com> | 2019-03-21 16:20:57 +0800 |
---|---|---|
committer | Jhih-Ming Huang <jm.huang@cobinhood.com> | 2019-04-11 10:39:59 +0800 |
commit | d6fcba4ee624241128e1f086a6b20c3c75bf928c (patch) | |
tree | cb297092a21953e697c165398661c8c33736bd9a /core/vm/sqlvm/parser | |
parent | 0f481a8a2bdafd44db0335bb8a167caa1ccacb4d (diff) | |
download | dexon-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/parser')
-rw-r--r-- | core/vm/sqlvm/parser/internal/helpers.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/vm/sqlvm/parser/internal/helpers.go b/core/vm/sqlvm/parser/internal/helpers.go index 38033fcf0..386a4be7e 100644 --- a/core/vm/sqlvm/parser/internal/helpers.go +++ b/core/vm/sqlvm/parser/internal/helpers.go @@ -8,10 +8,11 @@ import ( "strings" "unicode/utf8" + "github.com/dexon-foundation/decimal" + "github.com/dexon-foundation/dexon/common" "github.com/dexon-foundation/dexon/core/vm/sqlvm/ast" "github.com/dexon-foundation/dexon/core/vm/sqlvm/errors" - "github.com/shopspring/decimal" ) // Parser was generated with pigeon v1.0.0-99-gbb0192c. |