mirror of
https://gitee.com/johng/gf.git
synced 2024-12-06 06:08:38 +08:00
11 lines
189 B
Modula-2
11 lines
189 B
Modula-2
|
module github.com/gogf/gf/contrib/drivers/sqlite/v2
|
||
|
|
||
|
go 1.15
|
||
|
|
||
|
require (
|
||
|
github.com/gogf/gf/v2 v2.0.0-rc
|
||
|
github.com/mattn/go-sqlite3 v1.14.10
|
||
|
)
|
||
|
|
||
|
replace github.com/gogf/gf/v2 => ../../../
|