Changeset 23 in code for trunk/go.mod


Ignore:
Timestamp:
Oct 22, 2023, 2:04:27 AM (20 months ago)
Author:
yakumo.izuru
Message:

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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/go.mod

    r21 r23  
    33go 1.18
    44
    5 require github.com/joho/godotenv v1.5.1
     5require (
     6        github.com/integrii/flaggy v1.5.2
     7        github.com/joho/godotenv v1.5.1
     8)
Note: See TracChangeset for help on using the changeset viewer.