File: go.mod

package info (click to toggle)
golang-github-jackc-pgtype 1.10.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,656 kB
  • sloc: sh: 32; makefile: 4
file content (13 lines) | stat: -rw-r--r-- 352 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
module github.com/jackc/pgtype

go 1.13

require (
	github.com/gofrs/uuid v4.0.0+incompatible
	github.com/jackc/pgconn v1.9.1-0.20210724152538-d89c8390a530
	github.com/jackc/pgio v1.0.0
	github.com/jackc/pgx/v4 v4.12.1-0.20210724153913-640aa07df17c
	github.com/lib/pq v1.10.2
	github.com/shopspring/decimal v1.2.0
	github.com/stretchr/testify v1.7.0
)