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/interline-io/transitland-lib
22
3- go 1.24.2
3+ go 1.25.0
44
55require (
66 github.com/99designs/gqlgen v0.17.78
@@ -32,7 +32,7 @@ require (
3232 github.com/iancoleman/orderedmap v0.2.0
3333 github.com/interline-io/log v0.0.0-20260130001517-d932d48db9e4
3434 github.com/irees/squirrel v0.0.0-20250822021440-28034b47d2f4
35- github.com/jackc/pgx/v5 v5.8.0
35+ github.com/jackc/pgx/v5 v5.9.2
3636 github.com/jellydator/ttlcache/v2 v2.11.1
3737 github.com/jlaffaye/ftp v0.0.0-20220524001917-dfa1e758f3af
3838 github.com/jmoiron/sqlx v1.4.0
Original file line number Diff line number Diff line change @@ -246,8 +246,8 @@ github.com/jackc/pgpassfile v1.0.0 h1:/6Hmqy13Ss2zCq62VdNG8tM1wchn8zjSGOBJ6icpsI
246246github.com/jackc/pgpassfile v1.0.0 /go.mod h1:CEx0iS5ambNFdcRtxPj5JhEz+xB6uRky5eyVu/W2HEg =
247247github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 h1:iCEnooe7UlwOQYpKFhBabPMi4aNAfoODPEFNiAnClxo =
248248github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 /go.mod h1:5TJZWKEWniPve33vlWYSoGYefn3gLQRzjfDlhSJ9ZKM =
249- github.com/jackc/pgx/v5 v5.8.0 h1:TYPDoleBBme0xGSAX3/+NujXXtpZn9HBONkQC7IEZSo =
250- github.com/jackc/pgx/v5 v5.8.0 /go.mod h1:QVeDInX2m9VyzvNeiCJVjCkNFqzsNb43204HshNSZKw =
249+ github.com/jackc/pgx/v5 v5.9.2 h1:3ZhOzMWnR4yJ+RW1XImIPsD1aNSz4T4fyP7zlQb56hw =
250+ github.com/jackc/pgx/v5 v5.9.2 /go.mod h1:mal1tBGAFfLHvZzaYh77YS/eC6IX9OWbRV1QIIM0Jn4 =
251251github.com/jackc/puddle/v2 v2.2.2 h1:PR8nw+E/1w0GLuRFSmiioY6UooMp6KJv0/61nB7icHo =
252252github.com/jackc/puddle/v2 v2.2.2 /go.mod h1:vriiEXHvEE654aYKXXjOvZM39qJ0q+azkZFrfEOc3H4 =
253253github.com/jarcoal/httpmock v1.3.1 h1:iUx3whfZWVf3jT01hQTO/Eo5sAYtB2/rqaUuOtpInww =
You can’t perform that action at this time.
0 commit comments