change git
This commit is contained in:
parent
41cca94393
commit
2fac8d13fc
9
go.mod
9
go.mod
|
@ -1,15 +1,16 @@
|
|||
module github.com/smbrave/goutil
|
||||
module git.u8t.cn/open/goutil
|
||||
|
||||
go 1.21.4
|
||||
go 1.24
|
||||
|
||||
require (
|
||||
github.com/sirupsen/logrus v1.9.0
|
||||
github.com/sirupsen/logrus v1.9.3
|
||||
github.com/speps/go-hashids v2.0.0+incompatible
|
||||
gorm.io/gorm v1.25.5
|
||||
gorm.io/gorm v1.30.2
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/jinzhu/inflection v1.0.0 // indirect
|
||||
github.com/jinzhu/now v1.1.5 // indirect
|
||||
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
|
||||
golang.org/x/text v0.20.0 // indirect
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue