21 lines
559 B
Modula-2
21 lines
559 B
Modula-2
module gitea.cdlsxd.cn/self-tools/l_ai_category
|
|
|
|
go 1.22.2
|
|
|
|
require (
|
|
github.com/volcengine/volcengine-go-sdk v1.0.187
|
|
gorm.io/driver/mysql v1.5.7
|
|
gorm.io/gorm v1.25.12
|
|
)
|
|
|
|
require (
|
|
github.com/go-sql-driver/mysql v1.7.0 // indirect
|
|
github.com/google/uuid v1.3.0 // indirect
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
|
github.com/jinzhu/now v1.1.5 // indirect
|
|
github.com/jmespath/go-jmespath v0.4.0 // indirect
|
|
github.com/volcengine/volc-sdk-golang v1.0.23 // indirect
|
|
golang.org/x/text v0.14.0 // indirect
|
|
gopkg.in/yaml.v2 v2.2.8 // indirect
|
|
)
|