修改包依赖名称
This commit is contained in:
7
go.mod
7
go.mod
@@ -1,14 +1,17 @@
|
||||
module github.com/go-common
|
||||
module git.toowon.com/jimmy/go-commom
|
||||
|
||||
go 1.21
|
||||
|
||||
require (
|
||||
gorm.io/driver/mysql v1.5.2
|
||||
gorm.io/gorm v1.25.5
|
||||
gorm.io/driver/sqlite v1.6.0
|
||||
gorm.io/gorm v1.30.0
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/go-sql-driver/mysql v1.7.1 // indirect
|
||||
github.com/jinzhu/inflection v1.0.0 // indirect
|
||||
github.com/jinzhu/now v1.1.5 // indirect
|
||||
github.com/mattn/go-sqlite3 v1.14.22 // indirect
|
||||
golang.org/x/text v0.20.0 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user