File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11module github.com/poki/netlib
22
33go 1.24.0
4+
45require (
56 github.com/coder/websocket v1.8.13
67 github.com/golang-migrate/migrate/v4 v4.18.2
7- github.com/jackc/pgx/v5 v5.7.2
8+ github.com/jackc/pgx/v5 v5.7.3
89 github.com/koenbollen/logging v0.0.0-20230520102501-e01d64214504
910 github.com/ory/dockertest/v3 v3.11.0
1011 github.com/poki/mongodb-filter-to-postgres v1.0.4
Original file line number Diff line number Diff line change @@ -60,8 +60,8 @@ github.com/jackc/pgpassfile v1.0.0 h1:/6Hmqy13Ss2zCq62VdNG8tM1wchn8zjSGOBJ6icpsI
6060github.com/jackc/pgpassfile v1.0.0 /go.mod h1:CEx0iS5ambNFdcRtxPj5JhEz+xB6uRky5eyVu/W2HEg =
6161github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 h1:iCEnooe7UlwOQYpKFhBabPMi4aNAfoODPEFNiAnClxo =
6262github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 /go.mod h1:5TJZWKEWniPve33vlWYSoGYefn3gLQRzjfDlhSJ9ZKM =
63- github.com/jackc/pgx/v5 v5.7.2 h1:mLoDLV6sonKlvjIEsV56SkWNCnuNv531l94GaIzO+XI =
64- github.com/jackc/pgx/v5 v5.7.2 /go.mod h1:ncY89UGWxg82EykZUwSpUKEfccBGGYq1xjrOpsbsfGQ =
63+ github.com/jackc/pgx/v5 v5.7.3 h1:PO1wNKj/bTAwxSJnO1Z4Ai8j4magtqg2SLNjEDzcXQo =
64+ github.com/jackc/pgx/v5 v5.7.3 /go.mod h1:ncY89UGWxg82EykZUwSpUKEfccBGGYq1xjrOpsbsfGQ =
6565github.com/jackc/puddle/v2 v2.2.2 h1:PR8nw+E/1w0GLuRFSmiioY6UooMp6KJv0/61nB7icHo =
6666github.com/jackc/puddle/v2 v2.2.2 /go.mod h1:vriiEXHvEE654aYKXXjOvZM39qJ0q+azkZFrfEOc3H4 =
6767github.com/kisielk/errcheck v1.5.0 /go.mod h1:pFxgyoBC7bSaBwPgfKdkLd5X25qrDl4LWUI2bnpBCr8 =
You can’t perform that action at this time.
0 commit comments