mirror of https://github.com/jackc/pgx.git
14 lines
292 B
Modula-2
14 lines
292 B
Modula-2
module github.com/jackc/pgtype
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/gofrs/uuid v4.0.0+incompatible
|
|
github.com/jackc/pgconn v1.9.0
|
|
github.com/jackc/pgio v1.0.0
|
|
github.com/jackc/pgx/v4 v4.12.0
|
|
github.com/lib/pq v1.10.2
|
|
github.com/shopspring/decimal v1.2.0
|
|
github.com/stretchr/testify v1.7.0
|
|
)
|