merge master

This commit is contained in:
John Guo
2025-12-04 20:41:28 +08:00
35 changed files with 59 additions and 45 deletions

View File

@ -3,7 +3,7 @@ module github.com/gogf/gf/contrib/drivers/pgsql/v2
go 1.23.0
require (
github.com/gogf/gf/v2 v2.9.5
github.com/gogf/gf/v2 v2.9.6
github.com/lib/pq v1.10.9
)