aboutsummaryrefslogtreecommitdiffstats
path: root/core/vm/sqlvm/parser
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-05-06 10:44:04 +0800
commitcdd653fd663f6550536e10f8b8b701327b2e88c7 (patch)
treeaddc13f5b47109440117db5a8a5af26468f33bf8 /core/vm/sqlvm/parser
parentaa7a9f5170fff9cc7040cb8794d6c3c5e36066ac (diff)
downloaddexon-cdd653fd663f6550536e10f8b8b701327b2e88c7.tar
dexon-cdd653fd663f6550536e10f8b8b701327b2e88c7.tar.gz
dexon-cdd653fd663f6550536e10f8b8b701327b2e88c7.tar.bz2
dexon-cdd653fd663f6550536e10f8b8b701327b2e88c7.tar.lz
dexon-cdd653fd663f6550536e10f8b8b701327b2e88c7.tar.xz
dexon-cdd653fd663f6550536e10f8b8b701327b2e88c7.tar.zst
dexon-cdd653fd663f6550536e10f8b8b701327b2e88c7.zip
misc: replace shopspring/decimal with our fork
Diffstat (limited to 'core/vm/sqlvm/parser')
-rw-r--r--core/vm/sqlvm/parser/internal/helpers.go3
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.