20 lines
429 B
Modula-2
20 lines
429 B
Modula-2
module video_data_copy
|
|
|
|
go 1.23.4
|
|
|
|
require (
|
|
github.com/jinzhu/copier v0.4.0
|
|
github.com/robfig/cron/v3 v3.0.1
|
|
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/go-sql-driver/mysql v1.9.0 // indirect
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
|
github.com/jinzhu/now v1.1.5 // indirect
|
|
golang.org/x/text v0.23.0 // indirect
|
|
)
|