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-05-17 21:40:52 +00:00
|
|
|
github.com/google/uuid v1.3.0
|
2022-12-17 18:56:45 +00:00
|
|
|
github.com/jackc/pgconn v1.13.0
|
2022-04-10 09:43:48 +00:00
|
|
|
github.com/lib/pq v1.10.5
|
2023-01-17 18:41:04 +01:00
|
|
|
github.com/mattn/go-sqlite3 v1.14.16
|
2022-05-13 14:49:11 +02:00
|
|
|
)
|
|
|
|
|
|
|
|
|
|
// test dependencies
|
|
|
|
|
require (
|
|
|
|
|
github.com/google/go-cmp v0.5.8
|
2022-12-17 18:56:45 +00:00
|
|
|
github.com/jackc/pgx/v4 v4.17.2
|
2022-05-13 14:49:11 +02:00
|
|
|
github.com/pkg/profile v1.6.0
|
|
|
|
|
github.com/shopspring/decimal v1.3.1
|
2022-12-17 18:56:45 +00:00
|
|
|
github.com/stretchr/testify v1.8.0
|
2022-05-14 11:17:39 +02:00
|
|
|
github.com/volatiletech/null/v8 v8.1.2
|
2022-12-17 17:21:46 +01:00
|
|
|
gopkg.in/guregu/null.v4 v4.0.0
|
2020-06-27 18:48:19 +02:00
|
|
|
)
|