cf8fe4a477
Do not encourage library use that has serious outstanding bug: https://github.com/satori/go.uuid/issues/73
14 lines
378 B
Modula-2
14 lines
378 B
Modula-2
module github.com/jackc/pgtype
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/gofrs/uuid v3.2.0+incompatible
|
|
github.com/jackc/pgio v1.0.0
|
|
github.com/jackc/pgx/v4 v4.0.0-pre1.0.20190824185557-6972a5742186
|
|
github.com/lib/pq v1.2.0
|
|
github.com/shopspring/decimal v0.0.0-20180709203117-cd690d0c9e24
|
|
github.com/stretchr/testify v1.4.0
|
|
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7
|
|
)
|