1
0
mirror of https://github.com/fumiama/RVC-Models-Downloader.git synced 2025-11-24 21:32:52 +09:00
2025-11-20 16:56:30 +08:00

22 lines
590 B
Modula-2

module rvcmd
go 1.24.0
require (
github.com/fumiama/terasu v1.0.2
github.com/gizak/termui/v3 v3.1.0
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.9.3
golang.org/x/sys v0.38.0
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/FloatTech/ttl v0.0.0-20250224045156-012b1463287d // 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.28.0 // indirect
golang.org/x/text v0.17.0 // indirect
)