chore: bump Go dependencies

This commit is contained in:
lzap 2025-08-03 15:24:15 +00:00 committed by Simon de Vlieger
parent b3d1e4cf13
commit e118df5dfd
1119 changed files with 126580 additions and 8706 deletions

View file

@ -1,3 +1,11 @@
# 1.14.4 (October 18, 2024)
* Update pgx to v4.18.3
# 1.14.3 (March 12, 2024)
* Update pgx to v4.18.2
# 1.14.2 (February 5, 2024)
* Fix numeric to float64 conversion (Joe Schafer)

View file

@ -3,7 +3,8 @@
---
This version is used with pgx `v4`. In pgx `v5` it is part of the https://github.com/jackc/pgx repository.
This version is used with pgx `v4`. In pgx `v5` it is part of the https://github.com/jackc/pgx repository. Only bug
fixes will be made to this version. New features will only be considered for the current release.
---