source: code/trunk/go.mod@ 24

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

flag not allowing positional arguments is lame, move from it to using flaggy

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

File size: 125 bytes
Line 
1module marisa.chaotic.ninja/suwako
2
3go 1.18
4
5require (
6 github.com/integrii/flaggy v1.5.2
7 github.com/joho/godotenv v1.5.1
8)
Note: See TracBrowser for help on using the repository browser.