mirror of
https://github.com/jackc/pgx.git
synced 2025-05-01 13:09:56 +00:00
15 lines
435 B
Modula-2
15 lines
435 B
Modula-2
module github.com/jackc/pgtype
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/gofrs/uuid v3.2.0+incompatible
|
|
github.com/jackc/pgconn v1.5.1-0.20200601181101-fa742c524853
|
|
github.com/jackc/pgio v1.0.0
|
|
github.com/jackc/pgx/v4 v4.6.1-0.20200606145419-4e5062306904
|
|
github.com/lib/pq v1.3.0
|
|
github.com/shopspring/decimal v0.0.0-20200227202807-02e2044944cc
|
|
github.com/stretchr/testify v1.5.1
|
|
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543
|
|
)
|