mirror of
https://gitee.com/johng/gf.git
synced 2024-12-02 04:07:47 +08:00
11 lines
186 B
Modula-2
11 lines
186 B
Modula-2
module github.com/gogf/gf/contrib/drivers/mysql/v2
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/go-sql-driver/mysql v1.6.0
|
|
github.com/gogf/gf/v2 v2.5.1
|
|
)
|
|
|
|
replace github.com/gogf/gf/v2 => ../../../
|