2226a5e14e
Better integration is now enabled by github.com/jackc/pgx-gofrs-uuid.
11 lines
215 B
Modula-2
11 lines
215 B
Modula-2
module github.com/jackc/pgtype
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/jackc/pgconn v1.10.1
|
|
github.com/jackc/pgio v1.0.0
|
|
github.com/jackc/pgx/v4 v4.14.2-0.20211129172902-cf0de913ee8f
|
|
github.com/stretchr/testify v1.7.0
|
|
)
|