This commit is contained in:
GYJ
2025-03-18 14:34:50 +08:00
commit f85fff80be
17 changed files with 544 additions and 0 deletions

16
go.mod Normal file
View File

@@ -0,0 +1,16 @@
module video_data_copy
go 1.23.4
require (
filippo.io/edwards25519 v1.1.0 // indirect
github.com/go-sql-driver/mysql v1.9.0 // indirect
github.com/jinzhu/copier v0.4.0 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
github.com/robfig/cron/v3 v3.0.1 // indirect
golang.org/x/text v0.23.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
gorm.io/driver/mysql v1.5.7 // indirect
gorm.io/gorm v1.25.12 // indirect
)