File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ require (
7
7
github.com/blevesearch/bleve/v2 v2.4.2
8
8
github.com/buger/jsonparser v1.1.1
9
9
github.com/goccy/go-yaml v1.12.0
10
- github.com/jackc/pgx/v5 v5.6 .0
10
+ github.com/jackc/pgx/v5 v5.7 .0
11
11
github.com/sirupsen/logrus v1.9.3
12
12
golang.org/x/sys v0.25.0
13
13
)
@@ -39,7 +39,7 @@ require (
39
39
github.com/golang/snappy v0.0.4 // indirect
40
40
github.com/gomodule/redigo v1.8.9 // indirect
41
41
github.com/jackc/pgpassfile v1.0.0 // indirect
42
- github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
42
+ github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
43
43
github.com/json-iterator/go v1.1.12 // indirect
44
44
github.com/mattn/go-colorable v0.1.13 // indirect
45
45
github.com/mattn/go-isatty v0.0.20 // indirect
Original file line number Diff line number Diff line change @@ -96,10 +96,10 @@ github.com/imdario/mergo v0.3.15 h1:M8XP7IuFNsqUx6VPK2P9OSmsYsI/YFaGil0uD21V3dM=
96
96
github.com/imdario/mergo v0.3.15 /go.mod h1:WBLT9ZmE3lPoWsEzCh9LPo3TiwVN+ZKEjmz+hD27ysY =
97
97
github.com/jackc/pgpassfile v1.0.0 h1:/6Hmqy13Ss2zCq62VdNG8tM1wchn8zjSGOBJ6icpsIM =
98
98
github.com/jackc/pgpassfile v1.0.0 /go.mod h1:CEx0iS5ambNFdcRtxPj5JhEz+xB6uRky5eyVu/W2HEg =
99
- github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a h1:bbPeKD0xmW/Y25WS6cokEszi5g+S0QxI/d45PkRi7Nk =
100
- github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a /go.mod h1:5TJZWKEWniPve33vlWYSoGYefn3gLQRzjfDlhSJ9ZKM =
101
- github.com/jackc/pgx/v5 v5.6 .0 h1:SWJzexBzPL5jb0GEsrPMLIsi/3jOo7RHlzTjcAeDrPY =
102
- github.com/jackc/pgx/v5 v5.6 .0 /go.mod h1:DNZ/vlrUnhWCoFGxHAG8U2ljioxukquj7utPDgtQdTw =
99
+ github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 h1:iCEnooe7UlwOQYpKFhBabPMi4aNAfoODPEFNiAnClxo =
100
+ github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 /go.mod h1:5TJZWKEWniPve33vlWYSoGYefn3gLQRzjfDlhSJ9ZKM =
101
+ github.com/jackc/pgx/v5 v5.7 .0 h1:FG6VLIdzvAPhnYqP14sQ2xhFLkiUQHCs6ySqO91kF4g =
102
+ github.com/jackc/pgx/v5 v5.7 .0 /go.mod h1:awP1KNnjylvpxHuHP63gzjhnGkI1iw+PMoIwvoleN/8 =
103
103
github.com/jackc/puddle/v2 v2.2.1 h1:RhxXJtFG022u4ibrCSMSiu5aOq1i77R3OHKNJj77OAk =
104
104
github.com/jackc/puddle/v2 v2.2.1 /go.mod h1:vriiEXHvEE654aYKXXjOvZM39qJ0q+azkZFrfEOc3H4 =
105
105
github.com/json-iterator/go v1.1.12 h1:PV8peI4a0ysnczrg+LtxykD8LfKY9ML6u2jnxaEnrnM =
You can’t perform that action at this time.
0 commit comments