23 lines
525 B
Modula-2
23 lines
525 B
Modula-2
module github.com/go-jet/jet/v2
|
|
|
|
go 1.11
|
|
|
|
require (
|
|
github.com/go-sql-driver/mysql v1.7.1
|
|
github.com/google/uuid v1.3.0
|
|
github.com/jackc/pgconn v1.14.1
|
|
github.com/lib/pq v1.10.8
|
|
github.com/mattn/go-sqlite3 v1.14.17
|
|
)
|
|
|
|
// test dependencies
|
|
require (
|
|
github.com/google/go-cmp v0.5.9
|
|
github.com/jackc/pgx/v4 v4.18.1
|
|
github.com/pkg/profile v1.7.0
|
|
github.com/shopspring/decimal v1.3.1
|
|
github.com/stretchr/testify v1.8.2
|
|
github.com/volatiletech/null/v8 v8.1.2
|
|
golang.org/x/sync v0.3.0
|
|
gopkg.in/guregu/null.v4 v4.0.0
|
|
)
|