17 lines
366 B
Modula-2
17 lines
366 B
Modula-2
module git.u8t.cn/open/goutil
|
|
|
|
go 1.24
|
|
|
|
require (
|
|
github.com/sirupsen/logrus v1.9.3
|
|
github.com/speps/go-hashids v2.0.0+incompatible
|
|
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
|
|
)
|