source: code/trunk/go.mod@ 28

Last change on this file since 28 was 26, checked in by yakumo.izuru, 20 months ago

女神がこんなに可愛いわけがない!

Signed-off-by: Izuru Yakumo <yakumo.izuru@…>

File size: 173 bytes
RevLine 
[13]1module marisa.chaotic.ninja/suwako
[1]2
3go 1.18
[21]4
[23]5require (
6 github.com/integrii/flaggy v1.5.2
[26]7 gopkg.in/ini.v1 v1.67.0
[23]8)
[26]9
10require github.com/stretchr/testify v1.8.4 // indirect
Note: See TracBrowser for help on using the repository browser.