17 lines
301 B
Modula-2
17 lines
301 B
Modula-2
module mahou-no-mori.yakumo.dev/suwako
|
|
|
|
go 1.21.0
|
|
|
|
toolchain go1.23.8
|
|
|
|
require (
|
|
github.com/spf13/cobra v1.9.1
|
|
gopkg.in/ini.v1 v1.67.0
|
|
)
|
|
|
|
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
|
|
)
|