12 lines
260 B
Modula-2
12 lines
260 B
Modula-2
module github.com/jackc/pgtype
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/jackc/pgio v1.0.0
|
|
github.com/jackc/pgx/v4 v4.0.0-20190420224344-cc3461e65d96
|
|
github.com/lib/pq v1.1.0
|
|
github.com/satori/go.uuid v1.2.0
|
|
golang.org/x/xerrors v0.0.0-20190410155217-1f06c39b4373
|
|
)
|