source: code/trunk/go.mod

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

水蛙神

File size: 301 bytes
RevLine 
[32]1module mahou-no-mori.yakumo.dev/suwako
[1]2
[31]3go 1.21.0
[21]4
[31]5toolchain go1.23.8
6
[23]7require (
[31]8 github.com/spf13/cobra v1.9.1
[26]9 gopkg.in/ini.v1 v1.67.0
[23]10)
[26]11
[31]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.