2024-12-12 11:45:03 +08:00
|
|
|
module git.nobla.cn/golang/moto
|
|
|
|
|
|
|
|
go 1.22.9
|
|
|
|
|
|
|
|
require (
|
|
|
|
git.nobla.cn/golang/kos v0.1.32
|
|
|
|
git.nobla.cn/golang/rest v0.0.1
|
|
|
|
github.com/go-sql-driver/mysql v1.8.1
|
2024-12-12 16:24:50 +08:00
|
|
|
github.com/google/uuid v1.6.0
|
|
|
|
github.com/mssola/useragent v1.0.0
|
2024-12-12 11:45:03 +08:00
|
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
|
|
gorm.io/driver/mysql v1.5.7
|
|
|
|
gorm.io/gorm v1.25.12
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
filippo.io/edwards25519 v1.1.0 // indirect
|
|
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
|
|
|
github.com/jinzhu/now v1.1.5 // indirect
|
|
|
|
github.com/kr/text v0.2.0 // indirect
|
|
|
|
github.com/mattn/go-runewidth v0.0.3 // indirect
|
|
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
|
|
|
|
github.com/peterh/liner v1.2.2 // indirect
|
|
|
|
github.com/sourcegraph/conc v0.3.0 // indirect
|
2024-12-12 16:24:50 +08:00
|
|
|
github.com/stretchr/testify v1.8.4 // indirect
|
2024-12-12 11:45:03 +08:00
|
|
|
golang.org/x/sys v0.17.0 // indirect
|
|
|
|
golang.org/x/text v0.14.0 // indirect
|
|
|
|
)
|