...

Text file src/github.com/jackc/pgtype/go.mod

Documentation: github.com/jackc/pgtype

     1module github.com/jackc/pgtype
     2
     3go 1.13
     4
     5require (
     6	github.com/gofrs/uuid v4.0.0+incompatible
     7	github.com/jackc/pgconn v1.9.1-0.20210724152538-d89c8390a530
     8	github.com/jackc/pgio v1.0.0
     9	github.com/jackc/pgx/v4 v4.12.1-0.20210724153913-640aa07df17c
    10	github.com/lib/pq v1.10.2
    11	github.com/shopspring/decimal v1.2.0
    12	github.com/stretchr/testify v1.7.0
    13)

View as plain text