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
|
2024-04-19 01:25:10 +09:00
|
|
|
golang.org/x/sys v0.19.0
|
2024-04-18 01:52:23 +09:00
|
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
|
|
)
|
|
|
|
|
2024-04-19 01:25:10 +09:00
|
|
|
require github.com/fumiama/terasu v0.0.0-20240418161858-1c3273a78268
|
2024-04-18 01:52:23 +09:00
|
|
|
|
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
|
|
|
|
)
|