Skip to content

Commit 691889a

Browse files
authored
Merge pull request #382 from NdoleStudio/dependabot/go_modules/api/github.com/jackc/pgx/v5-5.5.4
fix(deps): bump github.com/jackc/pgx/v5 from 5.5.3 to 5.5.4 in /api
2 parents d679dba + ebfdc5d commit 691889a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

api/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ require (
9797
github.com/imdario/mergo v0.3.16 // indirect
9898
github.com/jackc/pgpassfile v1.0.0 // indirect
9999
github.com/jackc/pgservicefile v0.0.0-20231201235250-de7065d80cb9 // indirect
100-
github.com/jackc/pgx/v5 v5.5.3 // indirect
100+
github.com/jackc/pgx/v5 v5.5.4 // indirect
101101
github.com/jackc/puddle/v2 v2.2.1 // indirect
102102
github.com/jaytaylor/html2text v0.0.0-20230321000545-74c2419ad056 // indirect
103103
github.com/jinzhu/inflection v1.0.0 // indirect

api/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,8 +198,8 @@ github.com/jackc/pgpassfile v1.0.0 h1:/6Hmqy13Ss2zCq62VdNG8tM1wchn8zjSGOBJ6icpsI
198198
github.com/jackc/pgpassfile v1.0.0/go.mod h1:CEx0iS5ambNFdcRtxPj5JhEz+xB6uRky5eyVu/W2HEg=
199199
github.com/jackc/pgservicefile v0.0.0-20231201235250-de7065d80cb9 h1:L0QtFUgDarD7Fpv9jeVMgy/+Ec0mtnmYuImjTz6dtDA=
200200
github.com/jackc/pgservicefile v0.0.0-20231201235250-de7065d80cb9/go.mod h1:5TJZWKEWniPve33vlWYSoGYefn3gLQRzjfDlhSJ9ZKM=
201-
github.com/jackc/pgx/v5 v5.5.3 h1:Ces6/M3wbDXYpM8JyyPD57ivTtJACFZJd885pdIaV2s=
202-
github.com/jackc/pgx/v5 v5.5.3/go.mod h1:ez9gk+OAat140fv9ErkZDYFWmXLfV+++K0uAOiwgm1A=
201+
github.com/jackc/pgx/v5 v5.5.4 h1:Xp2aQS8uXButQdnCMWNmvx6UysWQQC+u1EoizjguY+8=
202+
github.com/jackc/pgx/v5 v5.5.4/go.mod h1:ez9gk+OAat140fv9ErkZDYFWmXLfV+++K0uAOiwgm1A=
203203
github.com/jackc/puddle/v2 v2.2.1 h1:RhxXJtFG022u4ibrCSMSiu5aOq1i77R3OHKNJj77OAk=
204204
github.com/jackc/puddle/v2 v2.2.1/go.mod h1:vriiEXHvEE654aYKXXjOvZM39qJ0q+azkZFrfEOc3H4=
205205
github.com/jaytaylor/html2text v0.0.0-20180606194806-57d518f124b0/go.mod h1:CVKlgaMiht+LXvHG173ujK6JUhZXKb2u/BQtjPDIvyk=

0 commit comments

Comments
 (0)