change git

This commit is contained in:
jiangyong 2025-08-28 19:30:42 +08:00
parent 41cca94393
commit 2fac8d13fc
1 changed files with 5 additions and 4 deletions

9
go.mod
View File

@ -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
)