...
1module github.com/jackc/pgx/v5
2
3go 1.19
4
5require (
6 github.com/jackc/pgpassfile v1.0.0
7 github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a
8 github.com/jackc/puddle/v2 v2.2.1
9 github.com/stretchr/testify v1.8.1
10 golang.org/x/crypto v0.17.0
11 golang.org/x/text v0.14.0
12)
13
14require (
15 github.com/davecgh/go-spew v1.1.1 // indirect
16 github.com/kr/pretty v0.3.0 // indirect
17 github.com/pmezard/go-difflib v1.0.0 // indirect
18 golang.org/x/sync v0.1.0 // indirect
19 gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
20 gopkg.in/yaml.v3 v3.0.1 // indirect
21)
View as plain text