22 lines
538 B
Modula-2
22 lines
538 B
Modula-2
module code.laidback.moe/yuki
|
|
|
|
go 1.25.2
|
|
|
|
require (
|
|
code.laidback.moe/go-writefreely v1.3.2
|
|
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 (
|
|
code.as/core/socks v1.0.0 // indirect
|
|
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
|
|
)
|