As it was a breaking change, all the code using it has been modified accordingly. That also means less lines of code for doing the same thing, too. Signed-off-by: Shin'ya Minazuki <shinyoukai@laidback.moe>
21 lines
499 B
Modula-2
21 lines
499 B
Modula-2
module code.laidback.moe/yuki
|
|
|
|
go 1.25.2
|
|
|
|
require (
|
|
code.laidback.moe/go-writefreely v1.4.0
|
|
github.com/spf13/cobra v1.10.2
|
|
github.com/tj/go-editor v1.0.0
|
|
golang.org/x/term v0.39.0
|
|
gopkg.in/ini.v1 v1.67.0
|
|
)
|
|
|
|
require (
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/pkg/errors v0.8.1 // indirect
|
|
github.com/spf13/pflag v1.0.9 // indirect
|
|
github.com/stretchr/testify v1.11.1 // indirect
|
|
github.com/writeas/impart v1.1.0 // indirect
|
|
golang.org/x/sys v0.40.0 // indirect
|
|
)
|