2020-06-27 18:48:19 +02:00
|
|
|
module github.com/go-jet/jet/v2
|
|
|
|
|
|
|
|
|
|
go 1.11
|
|
|
|
|
|
|
|
|
|
require (
|
|
|
|
|
github.com/go-sql-driver/mysql v1.5.0
|
2022-04-10 09:43:26 +00:00
|
|
|
github.com/google/go-cmp v0.5.7 //tests
|
2020-06-27 18:48:19 +02:00
|
|
|
github.com/google/uuid v1.1.1
|
2021-08-30 15:09:09 +03:00
|
|
|
github.com/jackc/pgconn v1.8.1
|
2021-05-14 14:13:42 +02:00
|
|
|
github.com/jackc/pgx/v4 v4.11.0 //tests
|
2020-06-27 18:48:19 +02:00
|
|
|
github.com/lib/pq v1.7.0
|
2021-10-21 13:39:24 +02:00
|
|
|
github.com/mattn/go-sqlite3 v1.14.8
|
2021-05-09 16:37:16 +02:00
|
|
|
github.com/pkg/profile v1.5.0 //tests
|
|
|
|
|
github.com/shopspring/decimal v1.2.0 // tests
|
|
|
|
|
github.com/stretchr/testify v1.6.1 // tests
|
2020-06-27 18:48:19 +02:00
|
|
|
)
|