2020-06-27 18:48:19 +02:00
|
|
|
module github.com/go-jet/jet/v2
|
|
|
|
|
|
|
|
|
|
go 1.11
|
|
|
|
|
|
|
|
|
|
require (
|
2020-11-14 12:14:08 +01:00
|
|
|
github.com/ericlagergren/decimal v0.0.0-20191206042408-88212e6cfca9
|
2020-06-27 18:48:19 +02:00
|
|
|
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/stretchr/testify v1.6.1
|
|
|
|
|
)
|