source: code/trunk/go.mod@ 25

Last change on this file since 25 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
RevLine 
[13]1module marisa.chaotic.ninja/suwako
[1]2
3go 1.18
[21]4
[23]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.