2
0
Files
pgx/pgtype/go.mod
T
2021-12-04 13:07:54 -06:00

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
)