1
0
mirror of https://github.com/fumiama/RVC-Models-Downloader.git synced 2024-09-29 14:26:25 +09:00
RVC-Models-Downloader/go.mod

22 lines
465 B
Modula-2
Raw Normal View History

2024-04-18 01:52:23 +09:00
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 (
2024-04-19 00:29:30 +09:00
github.com/fumiama/terasu v0.0.0-20240418151245-719e0c16831b
2024-04-18 01:52:23 +09:00
golang.org/x/sys v0.19.0
)
2024-04-19 00:29:30 +09:00
require (
github.com/FloatTech/ttl v0.0.0-20230307105452-d6f7b2b647d1 // indirect
github.com/RomiChan/syncx v0.0.0-20240418144900-b7402ffdebc7 // indirect
golang.org/x/net v0.24.0 // indirect
golang.org/x/text v0.14.0 // indirect
)