support sqlite
支持sqlite
This commit is contained in:
3
go.mod
3
go.mod
@@ -8,6 +8,7 @@ require (
|
||||
github.com/jinzhu/gorm v1.9.12
|
||||
github.com/jroimartin/gocui v0.4.0
|
||||
github.com/leodido/go-urn v1.2.0 // indirect
|
||||
github.com/mattn/go-sqlite3 v2.0.1+incompatible
|
||||
github.com/nicksnyder/go-i18n/v2 v2.0.3
|
||||
github.com/spf13/cobra v1.0.0
|
||||
github.com/xxjwxc/public v0.0.0-20200605161710-72fc28675475
|
||||
@@ -17,4 +18,4 @@ require (
|
||||
gopkg.in/yaml.v3 v3.0.0-20191120175047-4206685974f2
|
||||
)
|
||||
|
||||
// replace github.com/xxjwxc/public => ../public
|
||||
// replace github.com/xxjwxc/public => ../public
|
||||
|
||||
Reference in New Issue
Block a user