mirror of
https://gitee.com/johng/gf.git
synced 2024-12-05 05:37:55 +08:00
11 lines
174 B
Modula-2
11 lines
174 B
Modula-2
module github.com/gogf/gf/contrib/drivers/pgsql/v2
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/gogf/gf/v2 v2.0.0
|
|
github.com/lib/pq v1.10.4
|
|
)
|
|
|
|
replace github.com/gogf/gf/v2 => ../../../
|