19 lines
552 B
Modula-2
19 lines
552 B
Modula-2
module ex_pic_to_video
|
|
|
|
go 1.23.7
|
|
|
|
require (
|
|
github.com/common-nighthawk/go-figure v0.0.0-20210622060536-734e95fb86be
|
|
github.com/manifoldco/promptui v0.9.0
|
|
github.com/volcengine/volcengine-go-sdk v1.1.8
|
|
)
|
|
|
|
require (
|
|
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e // indirect
|
|
github.com/google/uuid v1.3.0 // indirect
|
|
github.com/jmespath/go-jmespath v0.4.0 // indirect
|
|
github.com/volcengine/volc-sdk-golang v1.0.23 // indirect
|
|
golang.org/x/sys v0.0.0-20200918174421-af09f7315aff // indirect
|
|
gopkg.in/yaml.v2 v2.2.8 // indirect
|
|
)
|