mirror of
https://github.com/fumiama/RVC-Models-Downloader.git
synced 2024-11-17 13:47:11 +09:00
20 lines
424 B
Modula-2
20 lines
424 B
Modula-2
module rvcmd
|
|
|
|
go 1.22.1
|
|
|
|
require (
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/sirupsen/logrus v1.9.3
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
github.com/FloatTech/ttl v0.0.0-20230307105452-d6f7b2b647d1
|
|
github.com/RomiChan/syncx v0.0.0-20221202055724-5f842c53020e
|
|
github.com/fumiama/terasu v0.0.0-20240416061047-62d3c9f6be80
|
|
golang.org/x/net v0.24.0
|
|
golang.org/x/sys v0.19.0
|
|
)
|
|
|
|
require golang.org/x/text v0.14.0 // indirect
|