2
0

Use puddle v2

This commit is contained in:
Jack Christensen
2022-07-30 12:16:16 -05:00
parent 033fc6f62a
commit 957671a6ec
5 changed files with 14 additions and 21 deletions
+3 -3
View File
@@ -5,8 +5,8 @@ go 1.18
require (
github.com/jackc/pgpassfile v1.0.0
github.com/jackc/pgservicefile v0.0.0-20200714003250-2b9c44734f2b
github.com/jackc/puddle v1.2.2-0.20220404125616-4e959849469a
github.com/stretchr/testify v1.7.0
github.com/jackc/puddle/v2 v2.0.0-beta.1
github.com/stretchr/testify v1.8.0
golang.org/x/crypto v0.0.0-20211209193657-4570a0811e8b
golang.org/x/text v0.3.7
)
@@ -16,5 +16,5 @@ require (
github.com/kr/pretty v0.1.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)