source: code/trunk/go.mod@ 32

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

水蛙神

File size: 301 bytes
Line 
1module mahou-no-mori.yakumo.dev/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.