v0.0.1
This commit is contained in:
parent
a6a25a8b73
commit
32d791051b
5
go.mod
5
go.mod
@ -1,11 +1,10 @@
|
|||||||
module qoobing.com/gomod/database
|
module qoobing.com/gomod/gorm
|
||||||
|
|
||||||
go 1.19.2
|
go 1.19.2
|
||||||
|
|
||||||
require qoobing.com/gomod/log v1.4.0
|
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/tylerb/gls v0.0.0-20150407001822-e606233f194d // indirect
|
github.com/tylerb/gls v0.0.0-20150407001822-e606233f194d // indirect
|
||||||
gorm.io/gorm v1.25.12
|
gorm.io/gorm v1.25.12
|
||||||
|
qoobing.com/gomod/log v1.4.0
|
||||||
qoobing.com/gomod/str v1.0.1 // indirect
|
qoobing.com/gomod/str v1.0.1 // indirect
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user