File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ go 1.22.0
55require (
66 github.com/cavaliercoder/grab v2.0.0+incompatible
77 github.com/cybertec-postgresql/pgx-migrator v1.0.2
8- github.com/jackc/pgx/v5 v5.7.1
8+ github.com/jackc/pgx/v5 v5.7.2
99 github.com/jessevdk/go-flags v1.6.1
1010 github.com/ory/mail/v3 v3.0.1-0.20210418065910-7f033ddea8dc
1111 github.com/pashagolub/pgxmock/v4 v4.3.0
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ github.com/jackc/pgpassfile v1.0.0 h1:/6Hmqy13Ss2zCq62VdNG8tM1wchn8zjSGOBJ6icpsI
1818github.com/jackc/pgpassfile v1.0.0 /go.mod h1:CEx0iS5ambNFdcRtxPj5JhEz+xB6uRky5eyVu/W2HEg =
1919github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 h1:iCEnooe7UlwOQYpKFhBabPMi4aNAfoODPEFNiAnClxo =
2020github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 /go.mod h1:5TJZWKEWniPve33vlWYSoGYefn3gLQRzjfDlhSJ9ZKM =
21- github.com/jackc/pgx/v5 v5.7.1 h1:x7SYsPBYDkHDksogeSmZZ5xzThcTgRz++I5E+ePFUcs =
22- github.com/jackc/pgx/v5 v5.7.1 /go.mod h1:e7O26IywZZ+naJtWWos6i6fvWK+29etgITqrqHLfoZA =
21+ github.com/jackc/pgx/v5 v5.7.2 h1:mLoDLV6sonKlvjIEsV56SkWNCnuNv531l94GaIzO+XI =
22+ github.com/jackc/pgx/v5 v5.7.2 /go.mod h1:ncY89UGWxg82EykZUwSpUKEfccBGGYq1xjrOpsbsfGQ =
2323github.com/jackc/puddle/v2 v2.2.2 h1:PR8nw+E/1w0GLuRFSmiioY6UooMp6KJv0/61nB7icHo =
2424github.com/jackc/puddle/v2 v2.2.2 /go.mod h1:vriiEXHvEE654aYKXXjOvZM39qJ0q+azkZFrfEOc3H4 =
2525github.com/jessevdk/go-flags v1.6.1 h1:Cvu5U8UGrLay1rZfv/zP7iLpSHGUZ/Ou68T0iX1bBK4 =
You can’t perform that action at this time.
0 commit comments