40 lines
1.4 KiB
Modula-2
40 lines
1.4 KiB
Modula-2
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.4
|
|
github.com/disintegration/letteravatar v0.0.0-20160912210445-1a457b860450
|
|
github.com/go-sql-driver/mysql v1.8.1
|
|
github.com/google/uuid v1.6.0
|
|
github.com/hashicorp/golang-lru/v2 v2.0.7
|
|
github.com/mssola/useragent v1.0.0
|
|
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/gabriel-vasile/mimetype v1.4.3 // indirect
|
|
github.com/go-playground/locales v0.14.1 // indirect
|
|
github.com/go-playground/universal-translator v0.18.1 // indirect
|
|
github.com/go-playground/validator/v10 v10.23.0 // indirect
|
|
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // 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/leodido/go-urn v1.4.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/rs/xid v1.6.0 // indirect
|
|
github.com/sourcegraph/conc v0.3.0 // indirect
|
|
golang.org/x/crypto v0.19.0 // indirect
|
|
golang.org/x/image v0.23.0 // indirect
|
|
golang.org/x/net v0.21.0 // indirect
|
|
golang.org/x/sys v0.17.0 // indirect
|
|
golang.org/x/text v0.21.0 // indirect
|
|
)
|