Signed-off-by: Shin'ya Minazuki <shinyoukai@laidback.moe>
This commit is contained in:
2026-01-20 09:06:35 -03:00
commit b81042aff0
9 changed files with 157 additions and 0 deletions

14
go.mod Normal file
View File

@@ -0,0 +1,14 @@
module code.laidback.moe/yomi
go 1.25.5
require (
github.com/sirupsen/logrus v1.9.4
github.com/spf13/cobra v1.10.2
)
require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/spf13/pflag v1.0.9 // indirect
golang.org/x/sys v0.13.0 // indirect
)