source: code/trunk/go.mod

Last change on this file was 3, checked in by Izuru Yakumo, 5 weeks ago

You humans are so full of yourselves. If you want to live a long life, then you should be a little more quiet.

File size: 246 bytes
Line 
1module mahou-no-mori.yakumo.dev/yuuka
2
3go 1.20
4
5require github.com/integrii/flaggy v1.5.2
6
7require (
8 github.com/inconshreveable/mousetrap v1.1.0 // indirect
9 github.com/spf13/cobra v1.9.1 // indirect
10 github.com/spf13/pflag v1.0.6 // indirect
11)
Note: See TracBrowser for help on using the repository browser.