Skip to content

Commit 2441ef3

Browse files
dependabot[bot]cschleiden
authored andcommitted
Bump github.com/jackc/pgx/v5 from 5.3.1 to 5.5.4
Bumps [github.com/jackc/pgx/v5](https://github.com/jackc/pgx) from 5.3.1 to 5.5.4. - [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md) - [Commits](jackc/pgx@v5.3.1...v5.5.4) --- updated-dependencies: - dependency-name: github.com/jackc/pgx/v5 dependency-version: 5.5.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent caa8320 commit 2441ef3

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

go.mod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
github.com/go-sql-driver/mysql v1.7.0
1010
github.com/golang-migrate/migrate/v4 v4.16.2
1111
github.com/google/uuid v1.6.0
12-
github.com/jackc/pgx/v5 v5.3.1
12+
github.com/jackc/pgx/v5 v5.5.4
1313
github.com/jellydator/ttlcache/v3 v3.0.0
1414
github.com/redis/go-redis/v9 v9.0.2
1515
github.com/stretchr/testify v1.10.0
@@ -27,6 +27,7 @@ require (
2727
github.com/grpc-ecosystem/grpc-gateway/v2 v2.22.0 // indirect
2828
github.com/jackc/pgpassfile v1.0.0 // indirect
2929
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
30+
github.com/jackc/puddle/v2 v2.2.1 // indirect
3031
github.com/jstemmer/go-junit-report/v2 v2.0.0-beta1 // indirect
3132
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
3233
github.com/lib/pq v1.10.9 // indirect

go.sum

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,10 @@ github.com/jackc/pgpassfile v1.0.0 h1:/6Hmqy13Ss2zCq62VdNG8tM1wchn8zjSGOBJ6icpsI
6060
github.com/jackc/pgpassfile v1.0.0/go.mod h1:CEx0iS5ambNFdcRtxPj5JhEz+xB6uRky5eyVu/W2HEg=
6161
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a h1:bbPeKD0xmW/Y25WS6cokEszi5g+S0QxI/d45PkRi7Nk=
6262
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a/go.mod h1:5TJZWKEWniPve33vlWYSoGYefn3gLQRzjfDlhSJ9ZKM=
63-
github.com/jackc/pgx/v5 v5.3.1 h1:Fcr8QJ1ZeLi5zsPZqQeUZhNhxfkkKBOgJuYkJHoBOtU=
64-
github.com/jackc/pgx/v5 v5.3.1/go.mod h1:t3JDKnCBlYIc0ewLF0Q7B8MXmoIaBOZj/ic7iHozM/8=
63+
github.com/jackc/pgx/v5 v5.5.4 h1:Xp2aQS8uXButQdnCMWNmvx6UysWQQC+u1EoizjguY+8=
64+
github.com/jackc/pgx/v5 v5.5.4/go.mod h1:ez9gk+OAat140fv9ErkZDYFWmXLfV+++K0uAOiwgm1A=
65+
github.com/jackc/puddle/v2 v2.2.1 h1:RhxXJtFG022u4ibrCSMSiu5aOq1i77R3OHKNJj77OAk=
66+
github.com/jackc/puddle/v2 v2.2.1/go.mod h1:vriiEXHvEE654aYKXXjOvZM39qJ0q+azkZFrfEOc3H4=
6567
github.com/jellydator/ttlcache/v3 v3.0.0 h1:zmFhqrB/4sKiEiJHhtseJsNRE32IMVmJSs4++4gaQO4=
6668
github.com/jellydator/ttlcache/v3 v3.0.0/go.mod h1:WwTaEmcXQ3MTjOm4bsZoDFiCu/hMvNWLO1w67RXz6h4=
6769
github.com/jstemmer/go-junit-report/v2 v2.0.0-beta1 h1:UyfToJkXjdv0R6jr+8qL8R6O/xVoyTN9WiPqVGEjVs0=

0 commit comments

Comments
 (0)