mirror of
https://github.com/fumiama/RVC-Models-Downloader.git
synced 2024-11-17 13:47:11 +09:00
26 lines
705 B
Modula-2
26 lines
705 B
Modula-2
module rvcmd
|
|
|
|
go 1.22.1
|
|
|
|
require (
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/sirupsen/logrus v1.9.3
|
|
golang.org/x/sys v0.19.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
github.com/fumiama/terasu v0.0.0-20240418161858-1c3273a78268
|
|
github.com/gizak/termui/v3 v3.1.0
|
|
)
|
|
|
|
require (
|
|
github.com/FloatTech/ttl v0.0.0-20230307105452-d6f7b2b647d1 // indirect
|
|
github.com/RomiChan/syncx v0.0.0-20240418144900-b7402ffdebc7 // indirect
|
|
github.com/mattn/go-runewidth v0.0.2 // indirect
|
|
github.com/mitchellh/go-wordwrap v0.0.0-20150314170334-ad45545899c7 // indirect
|
|
github.com/nsf/termbox-go v0.0.0-20190121233118-02980233997d // indirect
|
|
golang.org/x/net v0.24.0 // indirect
|
|
golang.org/x/text v0.14.0 // indirect
|
|
)
|