Update module github.com/jackc/pgx/v5 to v5.0.0-alpha.5 #14

Merged
renovate[bot] merged 1 commit from renovate/github.com-jackc-pgx-v5-5.x into main 2022-07-26 20:16:53 +00:00
2 changed files with 3 additions and 1 deletions

2
go.mod
View file

@ -9,7 +9,7 @@ require (
github.com/go-redis/redis/v8 v8.11.5
github.com/go-sql-driver/mysql v1.6.0
github.com/google/uuid v1.3.0
github.com/jackc/pgx/v5 v5.0.0-alpha.4
github.com/jackc/pgx/v5 v5.0.0-alpha.5
github.com/maxatome/go-testdeep v1.11.0
github.com/mitchellh/mapstructure v1.5.0
github.com/testcontainers/testcontainers-go v0.13.0

2
go.sum
View file

@ -519,6 +519,8 @@ github.com/jackc/pgx/v5 v5.0.0-alpha.3 h1:GIKi4W8Nz6oiYfHWW761iLi2iFiRo2fZ+L8h2S
github.com/jackc/pgx/v5 v5.0.0-alpha.3/go.mod h1:9166s9MdYYheYgI0ySjd/tbPF4wbq4vjgVzkZSt2UDE=
github.com/jackc/pgx/v5 v5.0.0-alpha.4 h1:d7TIM7fy0m1lUPjp7B1oEJcJX/8MDJt+0nKk19LfsTI=
github.com/jackc/pgx/v5 v5.0.0-alpha.4/go.mod h1:9166s9MdYYheYgI0ySjd/tbPF4wbq4vjgVzkZSt2UDE=
github.com/jackc/pgx/v5 v5.0.0-alpha.5 h1:CelklXRX5mjYUeEtfm1vcycN8Dlo8vtP0EdGgVFECRk=
github.com/jackc/pgx/v5 v5.0.0-alpha.5/go.mod h1:9166s9MdYYheYgI0ySjd/tbPF4wbq4vjgVzkZSt2UDE=
github.com/jackc/puddle v0.0.0-20190413234325-e4ced69a3a2b/go.mod h1:m4B5Dj62Y0fbyuIc15OsIqK0+JU8nkqQjsgx7dvjSWk=
github.com/jackc/puddle v0.0.0-20190608224051-11cab39313c9/go.mod h1:m4B5Dj62Y0fbyuIc15OsIqK0+JU8nkqQjsgx7dvjSWk=
github.com/jackc/puddle v1.1.3/go.mod h1:m4B5Dj62Y0fbyuIc15OsIqK0+JU8nkqQjsgx7dvjSWk=