Changeset 3 in code for trunk/go.mod
- Timestamp:
- May 4, 2025, 5:13:05 PM (5 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/go.mod
r2 r3 1 module ma risa.chaotic.ninja/yuuka1 module mahou-no-mori.yakumo.dev/yuuka 2 2 3 3 go 1.20 4 4 5 5 require github.com/integrii/flaggy v1.5.2 6 7 require ( 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 TracChangeset
for help on using the changeset viewer.