version v2.5.2 (#2878)

This commit is contained in:
John Guo
2023-08-18 09:57:25 +08:00
committed by GitHub
parent 53323f3cf9
commit cf299273c4
25 changed files with 45 additions and 45 deletions

View File

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