source: code/trunk/go.mod@ 31

Last change on this file since 31 was 31, checked in by yakumo.izuru, 4 weeks ago

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

File size: 297 bytes
Line 
1module marisa.chaotic.ninja/suwako
2
3go 1.21.0
4
5toolchain go1.23.8
6
7require (
8 github.com/spf13/cobra v1.9.1
9 gopkg.in/ini.v1 v1.67.0
10)
11
12require (
13 github.com/inconshreveable/mousetrap v1.1.0 // indirect
14 github.com/spf13/pflag v1.0.6 // indirect
15 github.com/stretchr/testify v1.10.0 // indirect
16)
Note: See TracBrowser for help on using the repository browser.