Update lossless decimal tests to use new floats test table and DECIMAL literal constructor.
This commit is contained in:
parent
92d02fef78
commit
063b17ca05
7 changed files with 238 additions and 62 deletions
8
go.mod
8
go.mod
|
|
@ -4,10 +4,10 @@ go 1.11
|
|||
|
||||
require (
|
||||
github.com/go-sql-driver/mysql v1.5.0
|
||||
github.com/google/go-cmp v0.5.0
|
||||
github.com/google/go-cmp v0.5.0 //tests
|
||||
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
|
||||
github.com/pkg/profile v1.5.0 //tests
|
||||
github.com/shopspring/decimal v1.2.0 // tests
|
||||
github.com/stretchr/testify v1.6.1 // tests
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue