10 lines
164 B
Modula-2
10 lines
164 B
Modula-2
module github.com/jackc/pgtype
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/gofrs/uuid v4.0.0+incompatible
|
|
github.com/jackc/pgio v1.0.0
|
|
github.com/shopspring/decimal v1.2.0
|
|
)
|