19 lines
417 B
AMPL
19 lines
417 B
AMPL
module git.ilapage.cn/OPC/chorus
|
|
|
|
go 1.26.5
|
|
|
|
require (
|
|
github.com/disintegration/imaging v1.6.2
|
|
github.com/go-sql-driver/mysql v1.10.0
|
|
golang.org/x/crypto v0.55.0
|
|
gorm.io/gorm v1.31.2
|
|
)
|
|
|
|
require (
|
|
filippo.io/edwards25519 v1.2.0 // indirect
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
|
github.com/jinzhu/now v1.1.5 // indirect
|
|
golang.org/x/image v0.41.0 // indirect
|
|
golang.org/x/text v0.41.0 // indirect
|
|
)
|