14 lines
319 B
Modula-2
14 lines
319 B
Modula-2
module github.com/jackc/pgtype
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/gofrs/uuid v3.2.0+incompatible
|
|
github.com/jackc/pgconn v1.8.1
|
|
github.com/jackc/pgio v1.0.0
|
|
github.com/jackc/pgx/v4 v4.11.0
|
|
github.com/lib/pq v1.3.0
|
|
github.com/shopspring/decimal v0.0.0-20200227202807-02e2044944cc
|
|
github.com/stretchr/testify v1.5.1
|
|
)
|