moto/go.mod

40 lines
1.4 KiB
Modula-2
Raw Normal View History

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
2024-12-13 10:37:09 +08:00
git.nobla.cn/golang/rest v0.0.4
github.com/disintegration/letteravatar v0.0.0-20160912210445-1a457b860450
2024-12-12 11:45:03 +08:00
github.com/go-sql-driver/mysql v1.8.1
2024-12-12 16:24:50 +08:00
github.com/google/uuid v1.6.0
2024-12-12 17:39:04 +08:00
github.com/hashicorp/golang-lru/v2 v2.0.7
2024-12-12 16:24:50 +08:00
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
2024-12-12 17:39:04 +08:00
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
2024-12-13 10:37:09 +08:00
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
2024-12-12 11:45:03 +08:00
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
github.com/kr/text v0.2.0 // indirect
2024-12-12 17:39:04 +08:00
github.com/leodido/go-urn v1.4.0 // indirect
2024-12-12 11:45:03 +08:00
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
2024-12-12 17:39:04 +08:00
github.com/rs/xid v1.6.0 // indirect
2024-12-12 11:45:03 +08:00
github.com/sourcegraph/conc v0.3.0 // indirect
2024-12-12 17:39:04 +08:00
golang.org/x/crypto v0.19.0 // indirect
2024-12-13 10:37:09 +08:00
golang.org/x/image v0.23.0 // indirect
2024-12-12 17:39:04 +08:00
golang.org/x/net v0.21.0 // indirect
2024-12-12 11:45:03 +08:00
golang.org/x/sys v0.17.0 // indirect
2024-12-13 10:37:09 +08:00
golang.org/x/text v0.21.0 // indirect
2024-12-12 11:45:03 +08:00
)