fix insert of decimal by changing decimal library

This commit is contained in:
David Racine 2020-11-19 14:02:41 -05:00 committed by go-jet
parent 1404bf5e16
commit 08cc316101
3 changed files with 67 additions and 34 deletions

2
go.mod
View file

@ -3,11 +3,11 @@ module github.com/go-jet/jet/v2
go 1.11
require (
github.com/ericlagergren/decimal v0.0.0-20191206042408-88212e6cfca9
github.com/go-sql-driver/mysql v1.5.0
github.com/google/go-cmp v0.5.0
github.com/google/uuid v1.1.1
github.com/lib/pq v1.7.0
github.com/pkg/profile v1.5.0
github.com/shopspring/decimal v1.2.0
github.com/stretchr/testify v1.6.1
)