1
0
mirror of https://github.com/xorcare/testing-go-code-with-postgres.git synced 2025-07-15 23:54:30 +02:00

Bump github.com/jackc/pgx/v5 to v5.5.2

This commit is contained in:
Vasiliy Vasilyuk
2024-01-27 00:21:02 +03:00
parent 942d210bb3
commit 536cbe330b
2 changed files with 12 additions and 12 deletions

8
go.mod
View File

@ -4,7 +4,7 @@ go 1.20
require (
github.com/google/uuid v1.6.0
github.com/jackc/pgx/v5 v5.3.1
github.com/jackc/pgx/v5 v5.5.2
github.com/stretchr/testify v1.8.4
)
@ -12,12 +12,12 @@ require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
github.com/jackc/puddle/v2 v2.2.0 // indirect
github.com/jackc/puddle/v2 v2.2.1 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rogpeppe/go-internal v1.10.0 // indirect
golang.org/x/crypto v0.9.0 // indirect
golang.org/x/crypto v0.17.0 // indirect
golang.org/x/sync v0.1.0 // indirect
golang.org/x/text v0.9.0 // indirect
golang.org/x/text v0.14.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)