すべてを書き直し、3.0.0をリリースします

git-svn-id: file:///srv/svn/repo/suwako/trunk@31 0b558ee1-521d-8b46-a41b-40029c97c055
This commit is contained in:
yakumo.izuru
2025-05-14 15:38:01 +00:00
parent 7cece8686a
commit 7d75398332
11 changed files with 160 additions and 195 deletions

12
go.mod
View File

@@ -1,10 +1,16 @@
module marisa.chaotic.ninja/suwako
go 1.18
go 1.21.0
toolchain go1.23.8
require (
github.com/integrii/flaggy v1.5.2
github.com/spf13/cobra v1.9.1
gopkg.in/ini.v1 v1.67.0
)
require github.com/stretchr/testify v1.8.4 // indirect
require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/spf13/pflag v1.0.6 // indirect
github.com/stretchr/testify v1.10.0 // indirect
)